Html Css Color HEX #495495 Governor Bay

📋 copy color: '#495495'

red 73 ◦ green 84 ◦ blue 149

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

Shades of Governor Bay #495495

Tints of Governor Bay #495495

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.45%

 BLUE value IS 149 (58.59% from 255) = 48.69%

R = 23.86%
G = 27.45%
B = 48.69%

CMYK

 C value IS 0.51

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#495495 (or 0x495495) is known color: Governor Bay. HEX triplet: 49, 54 and 95. RGB value is (73,84,149). Sum of RGB (Red+Green+Blue) = 73+84+149=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 149 - color contains mainly: blue. Hex color #495495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495495 is #B6AB6A. Grayscale: #575757. Windows color (decimal): -11971435 or 9786441. OLE color: 9786441.

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

Color convert

RGB 73 84 149 -
CMYK 0.51 0.44 0 0.42
HSL 231.32º 0.34% 0.44% -
HSV(B) 231.32º 0.51% 0.58% -
XYZ 11.34 9.93 29.75 -
YUV 88.12 162.36 117.21 -
System Red Green Blue C M Y K H S L
Decimal 73 84 149 0.51 0.44 0 0.42 231.32 0.34 0.44
Hex 49 54 95 33 2C 0 2A E7 22 2C
Octal 111 124 225 63 54 0 52 347 42 54
Binary 1001001 1010100 10010101 110011 101100 0 101010 11100111 100010 101100

Color Harmonies of #495495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495495

Black with #495495

Text Example


Text Example

White with #495495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495495; }

 p { color: rgb(73,84,149); }

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

background-color css

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

 a { background-color: rgb(73,84,149); }

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

border-color css

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

 span { border-color: rgb(73,84,149); }

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