Html Css Color HEX #495A96 Governor Bay

📋 copy color: '#495A96'

red 73 ◦ green 90 ◦ blue 150

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

Shades of Governor Bay #495A96

Tints of Governor Bay #495A96

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.75%

 BLUE value IS 150 (58.98% from 255) = 47.92%

R = 23.32%
G = 28.75%
B = 47.92%

CMYK

 C value IS 0.51

 M value IS 0.4

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#495A96 (or 0x495A96) is known color: Governor Bay. HEX triplet: 49, 5A and 96. RGB value is (73,90,150). Sum of RGB (Red+Green+Blue) = 73+90+150=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #495A96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495A96 is #B6A569. Grayscale: #5B5B5B. Windows color (decimal): -11969898 or 9853513. OLE color: 9853513.

HSL color Cylindrical-coordinate representation of color #495A96: hue angle of 226.75º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #495A96 is Cyan = 0.51, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 90 150 -
CMYK 0.51 0.4 0 0.41
HSL 226.75º 0.35% 0.44% -
HSV(B) 226.75º 0.51% 0.59% -
XYZ 11.91 10.93 30.34 -
YUV 91.76 160.87 114.62 -
System Red Green Blue C M Y K H S L
Decimal 73 90 150 0.51 0.4 0 0.41 226.75 0.35 0.44
Hex 49 5A 96 33 28 0 29 E3 23 2C
Octal 111 132 226 63 50 0 51 343 43 54
Binary 1001001 1011010 10010110 110011 101000 0 101001 11100011 100011 101100

Color Harmonies of #495A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495A96

Black with #495A96

Text Example


Text Example

White with #495A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495A96; }

 p { color: rgb(73,90,150); }

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

background-color css

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

 a { background-color: rgb(73,90,150); }

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

border-color css

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

 span { border-color: rgb(73,90,150); }

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