#4C4B69

Color #4C4B69 Corn Flower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Flower Blue #4C4B69

Tints of Corn Flower Blue #4C4B69

Color information

#4C4B69 (or 0x4C4B69) is unknown color: approx Corn Flower Blue. HEX triplet: 4C, 4B and 69. RGB value is (76,75,105). Sum of RGB (Red+Green+Blue) = 76+75+105=256 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.69% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 105 - color contains mainly: blue. Hex color #4C4B69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4B69 is #B3B496. Grayscale: #4E4E4E. Windows color (decimal): -11777175 or 6900556. OLE color: 6900556.

HSL color Cylindrical-coordinate representation of color #4C4B69: hue angle of 242º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4C4B69 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7675105-
CMYK0.280.2900.59
HSL242º16.67%35.29%-
HSV(B)242º28.57%41.18%-
XYZ8.057.5914.41-
YUV78.72142.83126.06-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.69%
GREEN value IS 75 (29.69% from 255) = 29.30%
BLUE value IS 105 (41.41% from 255) = 41.02%
R=29.69%
G=29.30%
B=41.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal76751050.280.2900.5924216.6735.29
Hex4C4B691C1D03Bf21123
Octal11411315134350733622143
Binary100110010010111101001111001110101110111111001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,75,105); }

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

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

 a { background-color: rgb(76,75,105); }

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

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

 span { border-color: rgb(76,75,105); }

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