Html Css Color HEX #495198 Governor Bay

📋 copy color: '#495198'

red 73 ◦ green 81 ◦ blue 152

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

Shades of Governor Bay #495198

Tints of Governor Bay #495198

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.47%

 BLUE value IS 152 (59.77% from 255) = 49.67%

R = 23.86%
G = 26.47%
B = 49.67%

CMYK

 C value IS 0.52

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#495198 (or 0x495198) is known color: Governor Bay. HEX triplet: 49, 51 and 98. RGB value is (73,81,152). Sum of RGB (Red+Green+Blue) = 73+81+152=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 152 (59.77% from 255 or 49.67% from 306); Max value from RGB is 152 - color contains mainly: blue. Hex color #495198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495198 is #B6AE67. Grayscale: #565656. Windows color (decimal): -11972200 or 9982281. OLE color: 9982281.

HSL color Cylindrical-coordinate representation of color #495198: hue angle of 233.92º 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 #495198 is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 81 152 -
CMYK 0.52 0.47 0 0.40
HSL 233.92º 0.35% 0.44% -
HSV(B) 233.92º 0.52% 0.6% -
XYZ 11.36 9.57 30.95 -
YUV 86.7 164.85 118.23 -
System Red Green Blue C M Y K H S L
Decimal 73 81 152 0.52 0.47 0 0.40 233.92 0.35 0.44
Hex 49 51 98 34 2F 0 28 EA 23 2C
Octal 111 121 230 64 57 0 50 352 43 54
Binary 1001001 1010001 10011000 110100 101111 0 101000 11101010 100011 101100

Color Harmonies of #495198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495198

Black with #495198

Text Example


Text Example

White with #495198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495198; }

 p { color: rgb(73,81,152); }

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

background-color css

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

 a { background-color: rgb(73,81,152); }

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

border-color css

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

 span { border-color: rgb(73,81,152); }

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