Html Css Color HEX #494E89 Governor Bay

📋 copy color: '#494E89'

red 73 ◦ green 78 ◦ blue 137

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

Shades of Governor Bay #494E89

Tints of Governor Bay #494E89

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.08%

 BLUE value IS 137 (53.91% from 255) = 47.57%

R = 25.35%
G = 27.08%
B = 47.57%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#494E89 (or 0x494E89) is known color: Governor Bay. HEX triplet: 49, 4E and 89. RGB value is (73,78,137). Sum of RGB (Red+Green+Blue) = 73+78+137=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 137 (53.91% from 255 or 47.57% from 288); Max value from RGB is 137 - color contains mainly: blue. Hex color #494E89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494E89 is #B6B176. Grayscale: #525252. Windows color (decimal): -11972983 or 8998473. OLE color: 8998473.

HSL color Cylindrical-coordinate representation of color #494E89: hue angle of 235.31º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #494E89 is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 73 78 137 -
CMYK 0.47 0.43 0 0.46
HSL 235.31º 0.3% 0.41% -
HSV(B) 235.31º 0.47% 0.54% -
XYZ 9.99 8.67 24.81 -
YUV 83.23 158.34 120.7 -
System Red Green Blue C M Y K H S L
Decimal 73 78 137 0.47 0.43 0 0.46 235.31 0.3 0.41
Hex 49 4E 89 2F 2B 0 2E EB 1E 29
Octal 111 116 211 57 53 0 56 353 36 51
Binary 1001001 1001110 10001001 101111 101011 0 101110 11101011 11110 101001

Color Harmonies of #494E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494E89

Black with #494E89

Text Example


Text Example

White with #494E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,78,137); }

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

background-color css

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

 a { background-color: rgb(73,78,137); }

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

border-color css

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

 span { border-color: rgb(73,78,137); }

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