Html Css Color HEX #495490 Governor Bay

📋 copy color: '#495490'

red 73 ◦ green 84 ◦ blue 144

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

Shades of Governor Bay #495490

Tints of Governor Bay #495490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 47.84%

R = 24.25%
G = 27.91%
B = 47.84%

CMYK

 C value IS 0.49

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#495490 (or 0x495490) is known color: Governor Bay. HEX triplet: 49, 54 and 90. RGB value is (73,84,144). Sum of RGB (Red+Green+Blue) = 73+84+144=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #495490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495490 is #B6AB6F. Grayscale: #575757. Windows color (decimal): -11971440 or 9458761. OLE color: 9458761.

HSL color Cylindrical-coordinate representation of color #495490: hue angle of 230.7º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #495490 is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 84 144 -
CMYK 0.49 0.42 0 0.44
HSL 230.7º 0.33% 0.43% -
HSV(B) 230.7º 0.49% 0.56% -
XYZ 10.95 9.77 27.69 -
YUV 87.55 159.86 117.62 -
System Red Green Blue C M Y K H S L
Decimal 73 84 144 0.49 0.42 0 0.44 230.7 0.33 0.43
Hex 49 54 90 31 2A 0 2C E7 21 2B
Octal 111 124 220 61 52 0 54 347 41 53
Binary 1001001 1010100 10010000 110001 101010 0 101100 11100111 100001 101011

Color Harmonies of #495490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495490

Black with #495490

Text Example


Text Example

White with #495490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495490; }

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

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

background-color css

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

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

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

border-color css

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

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

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