Html Css Color HEX #494CAB Governor Bay

📋 copy color: '#494CAB'

red 73 ◦ green 76 ◦ blue 171

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

Shades of Governor Bay #494CAB

Tints of Governor Bay #494CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.44%

R = 22.81%
G = 23.75%
B = 53.44%

CMYK

 C value IS 0.57

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#494CAB (or 0x494CAB) is known color: Governor Bay. HEX triplet: 49, 4C and AB. RGB value is (73,76,171). Sum of RGB (Red+Green+Blue) = 73+76+171=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 76 (30.08% from 255 or 23.75% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #494CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494CAB is #B6B354. Grayscale: #555555. Windows color (decimal): -11973461 or 11226185. OLE color: 11226185.

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

Color convert

RGB 73 76 171 -
CMYK 0.57 0.56 0 0.33
HSL 238.16º 0.4% 0.48% -
HSV(B) 238.16º 0.57% 0.67% -
XYZ 12.68 9.53 39.7 -
YUV 85.93 176.01 118.78 -
System Red Green Blue C M Y K H S L
Decimal 73 76 171 0.57 0.56 0 0.33 238.16 0.4 0.48
Hex 49 4C AB 39 38 0 21 EE 28 30
Octal 111 114 253 71 70 0 41 356 50 60
Binary 1001001 1001100 10101011 111001 111000 0 100001 11101110 101000 110000

Color Harmonies of #494CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494CAB

Black with #494CAB

Text Example


Text Example

White with #494CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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