Html Css Color HEX #495395 Governor Bay

📋 copy color: '#495395'

red 73 ◦ green 83 ◦ blue 149

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

Shades of Governor Bay #495395

Tints of Governor Bay #495395

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.21%

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

R = 23.93%
G = 27.21%
B = 48.85%

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

#495395 (or 0x495395) is known color: Governor Bay. HEX triplet: 49, 53 and 95. RGB value is (73,83,149). Sum of RGB (Red+Green+Blue) = 73+83+149=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 149 (58.59% from 255 or 48.85% from 305); Max value from RGB is 149 - color contains mainly: blue. Hex color #495395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495395 is #B6AC6A. Grayscale: #575757. Windows color (decimal): -11971691 or 9786185. OLE color: 9786185.

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

Color convert

RGB 73 83 149 -
CMYK 0.51 0.44 0 0.42
HSL 232.11º 0.34% 0.44% -
HSV(B) 232.11º 0.51% 0.58% -
XYZ 11.27 9.77 29.73 -
YUV 87.53 162.69 117.63 -
System Red Green Blue C M Y K H S L
Decimal 73 83 149 0.51 0.44 0 0.42 232.11 0.34 0.44
Hex 49 53 95 33 2C 0 2A E8 22 2C
Octal 111 123 225 63 54 0 52 350 42 54
Binary 1001001 1010011 10010101 110011 101100 0 101010 11101000 100010 101100

Color Harmonies of #495395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495395

Black with #495395

Text Example


Text Example

White with #495395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495395; }

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

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

background-color css

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

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

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

border-color css

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

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

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