Html Css Color HEX #495692 Governor Bay

📋 copy color: '#495692'

red 73 ◦ green 86 ◦ blue 146

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

Shades of Governor Bay #495692

Tints of Governor Bay #495692

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.2%

 BLUE value IS 146 (57.42% from 255) = 47.87%

R = 23.93%
G = 28.2%
B = 47.87%

CMYK

 C value IS 0.5

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#495692 (or 0x495692) is known color: Governor Bay. HEX triplet: 49, 56 and 92. RGB value is (73,86,146). Sum of RGB (Red+Green+Blue) = 73+86+146=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 146 - color contains mainly: blue. Hex color #495692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495692 is #B6A96D. Grayscale: #585858. Windows color (decimal): -11970926 or 9590345. OLE color: 9590345.

HSL color Cylindrical-coordinate representation of color #495692: hue angle of 229.32º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #495692 is Cyan = 0.5, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 86 146 -
CMYK 0.5 0.41 0 0.43
HSL 229.32º 0.33% 0.43% -
HSV(B) 229.32º 0.5% 0.57% -
XYZ 11.26 10.15 28.56 -
YUV 88.95 160.19 116.62 -
System Red Green Blue C M Y K H S L
Decimal 73 86 146 0.5 0.41 0 0.43 229.32 0.33 0.43
Hex 49 56 92 32 29 0 2B E5 21 2B
Octal 111 126 222 62 51 0 53 345 41 53
Binary 1001001 1010110 10010010 110010 101001 0 101011 11100101 100001 101011

Color Harmonies of #495692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495692

Black with #495692

Text Example


Text Example

White with #495692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495692; }

 p { color: rgb(73,86,146); }

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

background-color css

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

 a { background-color: rgb(73,86,146); }

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

border-color css

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

 span { border-color: rgb(73,86,146); }

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