Html Css Color HEX #495299 Governor Bay

📋 copy color: '#495299'

red 73 ◦ green 82 ◦ blue 153

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

Shades of Governor Bay #495299

Tints of Governor Bay #495299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 49.68%

R = 23.7%
G = 26.62%
B = 49.68%

CMYK

 C value IS 0.52

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#495299 (or 0x495299) is known color: Governor Bay. HEX triplet: 49, 52 and 99. RGB value is (73,82,153). Sum of RGB (Red+Green+Blue) = 73+82+153=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #495299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495299 is #B6AD66. Grayscale: #575757. Windows color (decimal): -11971943 or 10048073. OLE color: 10048073.

HSL color Cylindrical-coordinate representation of color #495299: hue angle of 233.25º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #495299 is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 73 82 153 -
CMYK 0.52 0.46 0 0.4
HSL 233.25º 0.35% 0.44% -
HSV(B) 233.25º 0.52% 0.6% -
XYZ 11.51 9.75 31.41 -
YUV 87.4 165.02 117.73 -
System Red Green Blue C M Y K H S L
Decimal 73 82 153 0.52 0.46 0 0.4 233.25 0.35 0.44
Hex 49 52 99 34 2E 0 28 E9 23 2C
Octal 111 122 231 64 56 0 50 351 43 54
Binary 1001001 1010010 10011001 110100 101110 0 101000 11101001 100011 101100

Color Harmonies of #495299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495299

Black with #495299

Text Example


Text Example

White with #495299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495299; }

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

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

background-color css

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

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

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

border-color css

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

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

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