Html Css Color HEX #4449C0 Free Speech Blue

📋 copy color: '#4449C0'

red 68 ◦ green 73 ◦ blue 192

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

Shades of Free Speech Blue #4449C0

Tints of Free Speech Blue #4449C0

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.92%

 BLUE value IS 192 (75.39% from 255) = 57.66%

R = 20.42%
G = 21.92%
B = 57.66%

CMYK

 C value IS 0.65

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4449C0 (or 0x4449C0) is known color: Free Speech Blue. HEX triplet: 44, 49 and C0. RGB value is (68,73,192). Sum of RGB (Red+Green+Blue) = 68+73+192=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 192 (75.39% from 255 or 57.66% from 333); Max value from RGB is 192 - color contains mainly: blue. Hex color #4449C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4449C0 is #BBB63F. Grayscale: #545454. Windows color (decimal): -12301888 or 12601668. OLE color: 12601668.

HSL color Cylindrical-coordinate representation of color #4449C0: hue angle of 237.58º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4449C0 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 68 73 192 -
CMYK 0.65 0.62 0 0.25
HSL 237.58º 0.5% 0.51% -
HSV(B) 237.58º 0.65% 0.75% -
XYZ 14.28 9.8 51.01 -
YUV 85.07 188.34 115.82 -
System Red Green Blue C M Y K H S L
Decimal 68 73 192 0.65 0.62 0 0.25 237.58 0.5 0.51
Hex 44 49 C0 41 3E 0 19 EE 32 33
Octal 104 111 300 101 76 0 31 356 62 63
Binary 1000100 1001001 11000000 1000001 111110 0 11001 11101110 110010 110011

Color Harmonies of #4449C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4449C0

Black with #4449C0

Text Example


Text Example

White with #4449C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4449C0; }

 p { color: rgb(68,73,192); }

 H1.HeaderClassName
 {
   color: #4449C0;
 }
 .AnyTagClassName
 {
   color: #4449C0;
 }
</style>

background-color css

<style>
 a { background-color: #4449C0; }

 a { background-color: rgb(68,73,192); }

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

border-color css

<style>
 span { border-color: #4449C0; }

 span { border-color: rgb(68,73,192); }

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