Html Css Color HEX #494E9A Governor Bay

📋 copy color: '#494E9A'

red 73 ◦ green 78 ◦ blue 154

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

Shades of Governor Bay #494E9A

Tints of Governor Bay #494E9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 50.49%

R = 23.93%
G = 25.57%
B = 50.49%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#494E9A (or 0x494E9A) is known color: Governor Bay. HEX triplet: 49, 4E and 9A. RGB value is (73,78,154). Sum of RGB (Red+Green+Blue) = 73+78+154=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 154 (60.55% from 255 or 50.49% from 305); Max value from RGB is 154 - color contains mainly: blue. Hex color #494E9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494E9A is #B6B165. Grayscale: #545454. Windows color (decimal): -11972966 or 10112585. OLE color: 10112585.

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

Color convert

RGB 73 78 154 -
CMYK 0.53 0.49 0 0.40
HSL 236.3º 0.36% 0.45% -
HSV(B) 236.3º 0.53% 0.6% -
XYZ 11.3 9.2 31.75 -
YUV 85.17 166.84 119.32 -
System Red Green Blue C M Y K H S L
Decimal 73 78 154 0.53 0.49 0 0.40 236.3 0.36 0.45
Hex 49 4E 9A 35 31 0 28 EC 24 2D
Octal 111 116 232 65 61 0 50 354 44 55
Binary 1001001 1001110 10011010 110101 110001 0 101000 11101100 100100 101101

Color Harmonies of #494E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494E9A

Black with #494E9A

Text Example


Text Example

White with #494E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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