Html Css Color HEX #494DAB Governor Bay

📋 copy color: '#494DAB'

red 73 ◦ green 77 ◦ blue 171

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

Shades of Governor Bay #494DAB

Tints of Governor Bay #494DAB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.99%

 BLUE value IS 171 (67.19% from 255) = 53.27%

R = 22.74%
G = 23.99%
B = 53.27%

CMYK

 C value IS 0.57

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#494DAB (or 0x494DAB) is known color: Governor Bay. HEX triplet: 49, 4D and AB. RGB value is (73,77,171). Sum of RGB (Red+Green+Blue) = 73+77+171=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #494DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494DAB is #B6B254. Grayscale: #565656. Windows color (decimal): -11973205 or 11226441. OLE color: 11226441.

HSL color Cylindrical-coordinate representation of color #494DAB: hue angle of 237.55º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #494DAB is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 77 171 -
CMYK 0.57 0.55 0 0.33
HSL 237.55º 0.4% 0.48% -
HSV(B) 237.55º 0.57% 0.67% -
XYZ 12.75 9.66 39.72 -
YUV 86.52 175.67 118.36 -
System Red Green Blue C M Y K H S L
Decimal 73 77 171 0.57 0.55 0 0.33 237.55 0.4 0.48
Hex 49 4D AB 39 37 0 21 EE 28 30
Octal 111 115 253 71 67 0 41 356 50 60
Binary 1001001 1001101 10101011 111001 110111 0 100001 11101110 101000 110000

Color Harmonies of #494DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494DAB

Black with #494DAB

Text Example


Text Example

White with #494DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,77,171); }

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

background-color css

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

 a { background-color: rgb(73,77,171); }

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

border-color css

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

 span { border-color: rgb(73,77,171); }

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