Html Css Color HEX #494BA0 Governor Bay

📋 copy color: '#494BA0'

red 73 ◦ green 75 ◦ blue 160

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

Shades of Governor Bay #494BA0

Tints of Governor Bay #494BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 51.95%

R = 23.7%
G = 24.35%
B = 51.95%

CMYK

 C value IS 0.54

 M value IS 0.53

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#494BA0 (or 0x494BA0) is known color: Governor Bay. HEX triplet: 49, 4B and A0. RGB value is (73,75,160). Sum of RGB (Red+Green+Blue) = 73+75+160=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 75 (29.69% from 255 or 24.35% from 308); Blue value is 160 (62.89% from 255 or 51.95% from 308); Max value from RGB is 160 - color contains mainly: blue. Hex color #494BA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494BA0 is #B6B45F. Grayscale: #535353. Windows color (decimal): -11973728 or 10505033. OLE color: 10505033.

HSL color Cylindrical-coordinate representation of color #494BA0: hue angle of 238.62º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #494BA0 is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 73 75 160 -
CMYK 0.54 0.53 0 0.37
HSL 238.62º 0.37% 0.46% -
HSV(B) 238.62º 0.54% 0.63% -
XYZ 11.61 8.99 34.38 -
YUV 84.09 170.84 120.09 -
System Red Green Blue C M Y K H S L
Decimal 73 75 160 0.54 0.53 0 0.37 238.62 0.37 0.46
Hex 49 4B A0 36 35 0 25 EF 25 2E
Octal 111 113 240 66 65 0 45 357 45 56
Binary 1001001 1001011 10100000 110110 110101 0 100101 11101111 100101 101110

Color Harmonies of #494BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494BA0

Black with #494BA0

Text Example


Text Example

White with #494BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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