Html Css Color HEX #495494 Governor Bay

📋 copy color: '#495494'

red 73 ◦ green 84 ◦ blue 148

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

Shades of Governor Bay #495494

Tints of Governor Bay #495494

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.54%

 BLUE value IS 148 (58.2% from 255) = 48.52%

R = 23.93%
G = 27.54%
B = 48.52%

CMYK

 C value IS 0.51

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#495494 (or 0x495494) is known color: Governor Bay. HEX triplet: 49, 54 and 94. RGB value is (73,84,148). Sum of RGB (Red+Green+Blue) = 73+84+148=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 148 - color contains mainly: blue. Hex color #495494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495494 is #B6AB6B. Grayscale: #575757. Windows color (decimal): -11971436 or 9720905. OLE color: 9720905.

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

Color convert

RGB 73 84 148 -
CMYK 0.51 0.43 0 0.42
HSL 231.2º 0.34% 0.43% -
HSV(B) 231.2º 0.51% 0.58% -
XYZ 11.26 9.9 29.33 -
YUV 88.01 161.86 117.3 -
System Red Green Blue C M Y K H S L
Decimal 73 84 148 0.51 0.43 0 0.42 231.2 0.34 0.43
Hex 49 54 94 33 2B 0 2A E7 22 2B
Octal 111 124 224 63 53 0 52 347 42 53
Binary 1001001 1010100 10010100 110011 101011 0 101010 11100111 100010 101011

Color Harmonies of #495494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495494

Black with #495494

Text Example


Text Example

White with #495494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495494; }

 p { color: rgb(73,84,148); }

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

background-color css

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

 a { background-color: rgb(73,84,148); }

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

border-color css

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

 span { border-color: rgb(73,84,148); }

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