#4C469F

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

Shades of Governor Bay #4C469F

Tints of Governor Bay #4C469F

Color information

#4C469F (or 0x4C469F) is unknown color: approx Governor Bay. HEX triplet: 4C, 46 and 9F. RGB value is (76,70,159). Sum of RGB (Red+Green+Blue) = 76+70+159=305 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.92% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 159 (62.5% from 255 or 52.13% from 305); Max value from RGB is 159 - color contains mainly: blue. Hex color #4C469F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C469F is #B3B960. Grayscale: #515151. Windows color (decimal): -11778401 or 10438220. OLE color: 10438220.

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

Color convert

RGB7670159-
CMYK0.520.5600.38
HSL244.04º38.86%44.9%-
HSV(B)244.04º55.97%62.35%-
XYZ11.438.4233.82-
YUV81.94171.49123.76-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.92%
GREEN value IS 70 (27.73% from 255) = 22.95%
BLUE value IS 159 (62.5% from 255) = 52.13%
R=24.92%
G=22.95%
B=52.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal76701590.520.5600.38244.0438.8644.9
Hex4C469F3438026f4272d
Octal11410623764700463644755
Binary1001100100011010011111110100111000010011011110100100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C469F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,70,159); }

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

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

 a { background-color: rgb(76,70,159); }

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

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

 span { border-color: rgb(76,70,159); }

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