Html Css Color HEX #494E9B Governor Bay

📋 copy color: '#494E9B'

red 73 ◦ green 78 ◦ blue 155

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

Shades of Governor Bay #494E9B

Tints of Governor Bay #494E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 50.65%

R = 23.86%
G = 25.49%
B = 50.65%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#494E9B (or 0x494E9B) is known color: Governor Bay. HEX triplet: 49, 4E and 9B. RGB value is (73,78,155). Sum of RGB (Red+Green+Blue) = 73+78+155=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 155 (60.94% from 255 or 50.65% from 306); Max value from RGB is 155 - color contains mainly: blue. Hex color #494E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494E9B is #B6B164. Grayscale: #545454. Windows color (decimal): -11972965 or 10178121. OLE color: 10178121.

HSL color Cylindrical-coordinate representation of color #494E9B: hue angle of 236.34º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #494E9B is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 78 155 -
CMYK 0.53 0.50 0 0.39
HSL 236.34º 0.36% 0.45% -
HSV(B) 236.34º 0.53% 0.61% -
XYZ 11.39 9.23 32.19 -
YUV 85.28 167.34 119.24 -
System Red Green Blue C M Y K H S L
Decimal 73 78 155 0.53 0.50 0 0.39 236.34 0.36 0.45
Hex 49 4E 9B 35 32 0 27 EC 24 2D
Octal 111 116 233 65 62 0 47 354 44 55
Binary 1001001 1001110 10011011 110101 110010 0 100111 11101100 100100 101101

Color Harmonies of #494E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494E9B

Black with #494E9B

Text Example


Text Example

White with #494E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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