Html Css Color HEX #495291 Governor Bay

📋 copy color: '#495291'

red 73 ◦ green 82 ◦ blue 145

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

Shades of Governor Bay #495291

Tints of Governor Bay #495291

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.33%

 BLUE value IS 145 (57.03% from 255) = 48.33%

R = 24.33%
G = 27.33%
B = 48.33%

CMYK

 C value IS 0.50

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#495291 (or 0x495291) is known color: Governor Bay. HEX triplet: 49, 52 and 91. RGB value is (73,82,145). Sum of RGB (Red+Green+Blue) = 73+82+145=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 145 - color contains mainly: blue. Hex color #495291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495291 is #B6AD6E. Grayscale: #565656. Windows color (decimal): -11971951 or 9523785. OLE color: 9523785.

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

Color convert

RGB 73 82 145 -
CMYK 0.50 0.43 0 0.43
HSL 232.5º 0.33% 0.43% -
HSV(B) 232.5º 0.5% 0.57% -
XYZ 10.88 9.5 28.05 -
YUV 86.49 161.02 118.38 -
System Red Green Blue C M Y K H S L
Decimal 73 82 145 0.50 0.43 0 0.43 232.5 0.33 0.43
Hex 49 52 91 32 2B 0 2B E8 21 2B
Octal 111 122 221 62 53 0 53 350 41 53
Binary 1001001 1010010 10010001 110010 101011 0 101011 11101000 100001 101011

Color Harmonies of #495291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495291

Black with #495291

Text Example


Text Example

White with #495291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495291; }

 p { color: rgb(73,82,145); }

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

background-color css

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

 a { background-color: rgb(73,82,145); }

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

border-color css

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

 span { border-color: rgb(73,82,145); }

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