#4C499D

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

Shades of Governor Bay #4C499D

Tints of Governor Bay #4C499D

Color information

#4C499D (or 0x4C499D) is unknown color: approx Governor Bay. HEX triplet: 4C, 49 and 9D. RGB value is (76,73,157). Sum of RGB (Red+Green+Blue) = 76+73+157=306 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.84% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 157 (61.72% from 255 or 51.31% from 306); Max value from RGB is 157 - color contains mainly: blue. Hex color #4C499D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C499D is #B3B662. Grayscale: #535353. Windows color (decimal): -11777635 or 10307916. OLE color: 10307916.

HSL color Cylindrical-coordinate representation of color #4C499D: hue angle of 242.14º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4C499D is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7673157-
CMYK0.520.5400.38
HSL242.14º36.52%45.1%-
HSV(B)242.14º53.5%61.57%-
XYZ11.458.7432.98-
YUV83.47169.49122.67-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.84%
GREEN value IS 73 (28.91% from 255) = 23.86%
BLUE value IS 157 (61.72% from 255) = 51.31%
R=24.84%
G=23.86%
B=51.31%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal76731570.520.5400.38242.1436.5245.1
Hex4C499D3436026f2252d
Octal11411123564660463624555
Binary1001100100100110011101110100110110010011011110010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C499D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,73,157); }

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

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

 a { background-color: rgb(76,73,157); }

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

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

 span { border-color: rgb(76,73,157); }

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