Html Css Color HEX #494CAA Governor Bay

📋 copy color: '#494CAA'

red 73 ◦ green 76 ◦ blue 170

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

Shades of Governor Bay #494CAA

Tints of Governor Bay #494CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 53.29%

R = 22.88%
G = 23.82%
B = 53.29%

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

#494CAA (or 0x494CAA) is known color: Governor Bay. HEX triplet: 49, 4C and AA. RGB value is (73,76,170). Sum of RGB (Red+Green+Blue) = 73+76+170=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #494CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494CAA is #B6B355. Grayscale: #555555. Windows color (decimal): -11973462 or 11160649. OLE color: 11160649.

HSL color Cylindrical-coordinate representation of color #494CAA: hue angle of 238.14º 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 #494CAA is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 76 170 -
CMYK 0.57 0.55 0 0.33
HSL 238.14º 0.4% 0.48% -
HSV(B) 238.14º 0.57% 0.67% -
XYZ 12.59 9.49 39.2 -
YUV 85.82 175.51 118.86 -
System Red Green Blue C M Y K H S L
Decimal 73 76 170 0.57 0.55 0 0.33 238.14 0.4 0.48
Hex 49 4C AA 39 37 0 21 EE 28 30
Octal 111 114 252 71 67 0 41 356 50 60
Binary 1001001 1001100 10101010 111001 110111 0 100001 11101110 101000 110000

Color Harmonies of #494CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494CAA

Black with #494CAA

Text Example


Text Example

White with #494CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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