Html Css Color HEX #4441B8 Free Speech Blue

📋 copy color: '#4441B8'

red 68 ◦ green 65 ◦ blue 184

#4441B8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #4441B8

Tints of Free Speech Blue #4441B8

RGB

 RED value IS 68 (26.95% from 255) = 21.45%

 GREEN value IS 65 (25.78% from 255) = 20.5%

 BLUE value IS 184 (72.27% from 255) = 58.04%

R = 21.45%
G = 20.5%
B = 58.04%

CMYK

 C value IS 0.63

 M value IS 0.65

 Y value IS 0

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4441B8 (or 0x4441B8) is known color: Free Speech Blue. HEX triplet: 44, 41 and B8. RGB value is (68,65,184). Sum of RGB (Red+Green+Blue) = 68+65+184=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 184 (72.27% from 255 or 58.04% from 317); Max value from RGB is 184 - color contains mainly: blue. Hex color #4441B8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4441B8 is #BBBE47. Grayscale: #4E4E4E. Windows color (decimal): -12303944 or 12075332. OLE color: 12075332.

HSL color Cylindrical-coordinate representation of color #4441B8: hue angle of 241.51º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4441B8 is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 68 65 184 -
CMYK 0.63 0.65 0 0.28
HSL 241.51º 0.48% 0.49% -
HSV(B) 241.51º 0.65% 0.72% -
XYZ 12.93 8.47 46.3 -
YUV 79.46 186.99 119.82 -
System Red Green Blue C M Y K H S L
Decimal 68 65 184 0.63 0.65 0 0.28 241.51 0.48 0.49
Hex 44 41 B8 3F 41 0 1C F2 30 31
Octal 104 101 270 77 101 0 34 362 60 61
Binary 1000100 1000001 10111000 111111 1000001 0 11100 11110010 110000 110001

Color Harmonies of #4441B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4441B8

Black with #4441B8

Text Example


Text Example

White with #4441B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4441B8; }

 p { color: rgb(68,65,184); }

 H1.HeaderClassName
 {
   color: #4441B8;
 }
 .AnyTagClassName
 {
   color: #4441B8;
 }
</style>

background-color css

<style>
 a { background-color: #4441B8; }

 a { background-color: rgb(68,65,184); }

 div.DivClassName
 {
   background-color: #4441B8;
 }
 .BgClassName
 {
   background-color: #4441B8;
 }
</style>

border-color css

<style>
 span { border-color: #4441B8; }

 span { border-color: rgb(68,65,184); }

 td.TdClassName
 {
   border-color: #4441B8;
 }
 .TagClassName
 {
   border-color: #4441B8;
 }
</style>