Html Css Color HEX #495596 Governor Bay

📋 copy color: '#495596'

red 73 ◦ green 85 ◦ blue 150

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

Shades of Governor Bay #495596

Tints of Governor Bay #495596

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.6%

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

R = 23.7%
G = 27.6%
B = 48.7%

CMYK

 C value IS 0.51

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#495596 (or 0x495596) is known color: Governor Bay. HEX triplet: 49, 55 and 96. RGB value is (73,85,150). Sum of RGB (Red+Green+Blue) = 73+85+150=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 150 (58.98% from 255 or 48.70% from 308); Max value from RGB is 150 - color contains mainly: blue. Hex color #495596 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495596 is #B6AA69. Grayscale: #585858. Windows color (decimal): -11971178 or 9852233. OLE color: 9852233.

HSL color Cylindrical-coordinate representation of color #495596: hue angle of 230.65º 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 #495596 is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 85 150 -
CMYK 0.51 0.43 0 0.41
HSL 230.65º 0.35% 0.44% -
HSV(B) 230.65º 0.51% 0.59% -
XYZ 11.5 10.12 30.2 -
YUV 88.82 162.52 116.71 -
System Red Green Blue C M Y K H S L
Decimal 73 85 150 0.51 0.43 0 0.41 230.65 0.35 0.44
Hex 49 55 96 33 2B 0 29 E7 23 2C
Octal 111 125 226 63 53 0 51 347 43 54
Binary 1001001 1010101 10010110 110011 101011 0 101001 11100111 100011 101100

Color Harmonies of #495596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495596

Black with #495596

Text Example


Text Example

White with #495596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495596; }

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

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

background-color css

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

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

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

border-color css

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

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

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