Html Css Color HEX #494BAB Governor Bay

📋 copy color: '#494BAB'

red 73 ◦ green 75 ◦ blue 171

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

Shades of Governor Bay #494BAB

Tints of Governor Bay #494BAB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.51%

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

R = 22.88%
G = 23.51%
B = 53.61%

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

#494BAB (or 0x494BAB) is known color: Governor Bay. HEX triplet: 49, 4B and AB. RGB value is (73,75,171). Sum of RGB (Red+Green+Blue) = 73+75+171=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 75 (29.69% from 255 or 23.51% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #494BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494BAB is #B6B454. Grayscale: #545454. Windows color (decimal): -11973717 or 11225929. OLE color: 11225929.

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

Color convert

RGB 73 75 171 -
CMYK 0.57 0.56 0 0.33
HSL 238.78º 0.4% 0.48% -
HSV(B) 238.78º 0.57% 0.67% -
XYZ 12.61 9.39 39.68 -
YUV 85.35 176.34 119.19 -
System Red Green Blue C M Y K H S L
Decimal 73 75 171 0.57 0.56 0 0.33 238.78 0.4 0.48
Hex 49 4B AB 39 38 0 21 EF 28 30
Octal 111 113 253 71 70 0 41 357 50 60
Binary 1001001 1001011 10101011 111001 111000 0 100001 11101111 101000 110000

Color Harmonies of #494BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494BAB

Black with #494BAB

Text Example


Text Example

White with #494BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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