Html Css Color HEX #494CA9 Governor Bay

📋 copy color: '#494CA9'

red 73 ◦ green 76 ◦ blue 169

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

Shades of Governor Bay #494CA9

Tints of Governor Bay #494CA9

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.9%

 BLUE value IS 169 (66.41% from 255) = 53.14%

R = 22.96%
G = 23.9%
B = 53.14%

CMYK

 C value IS 0.57

 M value IS 0.55

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#494CA9 (or 0x494CA9) is known color: Governor Bay. HEX triplet: 49, 4C and A9. RGB value is (73,76,169). Sum of RGB (Red+Green+Blue) = 73+76+169=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 169 (66.41% from 255 or 53.14% from 318); Max value from RGB is 169 - color contains mainly: blue. Hex color #494CA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494CA9 is #B6B356. Grayscale: #555555. Windows color (decimal): -11973463 or 11095113. OLE color: 11095113.

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

Color convert

RGB 73 76 169 -
CMYK 0.57 0.55 0 0.34
HSL 238.13º 0.4% 0.47% -
HSV(B) 238.13º 0.57% 0.66% -
XYZ 12.49 9.45 38.7 -
YUV 85.71 175.01 118.94 -
System Red Green Blue C M Y K H S L
Decimal 73 76 169 0.57 0.55 0 0.34 238.13 0.4 0.47
Hex 49 4C A9 39 37 0 22 EE 28 2F
Octal 111 114 251 71 67 0 42 356 50 57
Binary 1001001 1001100 10101001 111001 110111 0 100010 11101110 101000 101111

Color Harmonies of #494CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494CA9

Black with #494CA9

Text Example


Text Example

White with #494CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,76,169); }

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

background-color css

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

 a { background-color: rgb(73,76,169); }

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

border-color css

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

 span { border-color: rgb(73,76,169); }

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