Html Css Color HEX #494FB8 Free Speech Blue

📋 copy color: '#494FB8'

red 73 ◦ green 79 ◦ blue 184

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

Shades of Free Speech Blue #494FB8

Tints of Free Speech Blue #494FB8

RGB

 RED value IS 73 (28.91% from 255) = 21.73%

 GREEN value IS 79 (31.25% from 255) = 23.51%

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

R = 21.73%
G = 23.51%
B = 54.76%

CMYK

 C value IS 0.60

 M value IS 0.57

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#494FB8 (or 0x494FB8) is known color: Free Speech Blue. HEX triplet: 49, 4F and B8. RGB value is (73,79,184). Sum of RGB (Red+Green+Blue) = 73+79+184=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 79 (31.25% from 255 or 23.51% from 336); Blue value is 184 (72.27% from 255 or 54.76% from 336); Max value from RGB is 184 - color contains mainly: blue. Hex color #494FB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494FB8 is #B6B047. Grayscale: #585858. Windows color (decimal): -11972680 or 12078921. OLE color: 12078921.

HSL color Cylindrical-coordinate representation of color #494FB8: hue angle of 236.76º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #494FB8 is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 73 79 184 -
CMYK 0.60 0.57 0 0.28
HSL 236.76º 0.44% 0.5% -
HSV(B) 236.76º 0.6% 0.72% -
XYZ 14.2 10.47 46.62 -
YUV 89.18 181.51 116.46 -
System Red Green Blue C M Y K H S L
Decimal 73 79 184 0.60 0.57 0 0.28 236.76 0.44 0.5
Hex 49 4F B8 3C 39 0 1C ED 2C 32
Octal 111 117 270 74 71 0 34 355 54 62
Binary 1001001 1001111 10111000 111100 111001 0 11100 11101101 101100 110010

Color Harmonies of #494FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494FB8

Black with #494FB8

Text Example


Text Example

White with #494FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494FB8; }

 p { color: rgb(73,79,184); }

 H1.HeaderClassName
 {
   color: #494FB8;
 }
 .AnyTagClassName
 {
   color: #494FB8;
 }
</style>

background-color css

<style>
 a { background-color: #494FB8; }

 a { background-color: rgb(73,79,184); }

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

border-color css

<style>
 span { border-color: #494FB8; }

 span { border-color: rgb(73,79,184); }

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