#4C5B90

Color #4C5B90 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #4C5B90

Tints of Governor Bay #4C5B90

Color information

#4C5B90 (or 0x4C5B90) is unknown color: approx Governor Bay. HEX triplet: 4C, 5B and 90. RGB value is (76,91,144). Sum of RGB (Red+Green+Blue) = 76+91+144=311 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.44% from 311); Green value is 91 (35.94% from 255 or 29.26% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #4C5B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5B90 is #B3A46F. Grayscale: #5C5C5C. Windows color (decimal): -11773040 or 9460556. OLE color: 9460556.

HSL color Cylindrical-coordinate representation of color #4C5B90: hue angle of 226.76º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4C5B90 is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7691144-
CMYK0.470.3700.44
HSL226.76º30.91%43.14%-
HSV(B)226.76º47.22%56.47%-
XYZ11.7611.0327.9-
YUV92.56157.03116.19-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.44%
GREEN value IS 91 (35.94% from 255) = 29.26%
BLUE value IS 144 (56.64% from 255) = 46.30%
R=24.44%
G=29.26%
B=46.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal76911440.470.3700.44226.7630.9143.14
Hex4C5B902F2502Ce31f2b
Octal11413322057450543433753
Binary100110010110111001000010111110010101011001110001111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C5B90; }

 p { color: rgb(76,91,144); }

 H1.HeaderClassName
 {
   color: #4C5B90;
 }
 .AnyTagClassName
 {
   color: #4C5B90;
 }
</style>
background-color css

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

 a { background-color: rgb(76,91,144); }

 div.DivClassName
 {
   background-color: #4C5B90;
 }
 .BgClassName
 {
   background-color: #4C5B90;
 }
</style>
border-color css

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

 span { border-color: rgb(76,91,144); }

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