Html Css Color HEX #495893 Governor Bay

📋 copy color: '#495893'

red 73 ◦ green 88 ◦ blue 147

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

Shades of Governor Bay #495893

Tints of Governor Bay #495893

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.57%

 BLUE value IS 147 (57.81% from 255) = 47.73%

R = 23.7%
G = 28.57%
B = 47.73%

CMYK

 C value IS 0.50

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#495893 (or 0x495893) is known color: Governor Bay. HEX triplet: 49, 58 and 93. RGB value is (73,88,147). Sum of RGB (Red+Green+Blue) = 73+88+147=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #495893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495893 is #B6A76C. Grayscale: #595959. Windows color (decimal): -11970413 or 9656393. OLE color: 9656393.

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

Color convert

RGB 73 88 147 -
CMYK 0.50 0.40 0 0.42
HSL 227.84º 0.34% 0.43% -
HSV(B) 227.84º 0.5% 0.58% -
XYZ 11.5 10.5 29.02 -
YUV 90.24 160.03 115.7 -
System Red Green Blue C M Y K H S L
Decimal 73 88 147 0.50 0.40 0 0.42 227.84 0.34 0.43
Hex 49 58 93 32 28 0 2A E4 22 2B
Octal 111 130 223 62 50 0 52 344 42 53
Binary 1001001 1011000 10010011 110010 101000 0 101010 11100100 100010 101011

Color Harmonies of #495893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495893

Black with #495893

Text Example


Text Example

White with #495893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495893; }

 p { color: rgb(73,88,147); }

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

background-color css

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

 a { background-color: rgb(73,88,147); }

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

border-color css

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

 span { border-color: rgb(73,88,147); }

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