Html Css Color HEX #495896 Governor Bay

📋 copy color: '#495896'

red 73 ◦ green 88 ◦ blue 150

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

Shades of Governor Bay #495896

Tints of Governor Bay #495896

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.3%

 BLUE value IS 150 (58.98% from 255) = 48.23%

R = 23.47%
G = 28.3%
B = 48.23%

CMYK

 C value IS 0.51

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#495896 (or 0x495896) is known color: Governor Bay. HEX triplet: 49, 58 and 96. RGB value is (73,88,150). Sum of RGB (Red+Green+Blue) = 73+88+150=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 150 (58.98% from 255 or 48.23% from 311); Max value from RGB is 150 - color contains mainly: blue. Hex color #495896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495896 is #B6A769. Grayscale: #5A5A5A. Windows color (decimal): -11970410 or 9853001. OLE color: 9853001.

HSL color Cylindrical-coordinate representation of color #495896: hue angle of 228.31º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #495896 is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 88 150 -
CMYK 0.51 0.41 0 0.41
HSL 228.31º 0.35% 0.44% -
HSV(B) 228.31º 0.51% 0.59% -
XYZ 11.74 10.6 30.28 -
YUV 90.58 161.53 115.46 -
System Red Green Blue C M Y K H S L
Decimal 73 88 150 0.51 0.41 0 0.41 228.31 0.35 0.44
Hex 49 58 96 33 29 0 29 E4 23 2C
Octal 111 130 226 63 51 0 51 344 43 54
Binary 1001001 1011000 10010110 110011 101001 0 101001 11100100 100011 101100

Color Harmonies of #495896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495896

Black with #495896

Text Example


Text Example

White with #495896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495896; }

 p { color: rgb(73,88,150); }

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

background-color css

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

 a { background-color: rgb(73,88,150); }

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

border-color css

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

 span { border-color: rgb(73,88,150); }

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