#4C4A68

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

Shades of Corn Flower Blue #4C4A68

Tints of Corn Flower Blue #4C4A68

Color information

#4C4A68 (or 0x4C4A68) is unknown color: approx Corn Flower Blue. HEX triplet: 4C, 4A and 68. RGB value is (76,74,104). Sum of RGB (Red+Green+Blue) = 76+74+104=254 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.92% from 254); Green value is 74 (29.30% from 255 or 29.13% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 104 - color contains mainly: blue. Hex color #4C4A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4A68 is #B3B597. Grayscale: #4D4D4D. Windows color (decimal): -11777432 or 6834764. OLE color: 6834764.

HSL color Cylindrical-coordinate representation of color #4C4A68: hue angle of 244º 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 #4C4A68 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7674104-
CMYK0.270.2900.59
HSL244º16.85%34.9%-
HSV(B)244º28.85%40.78%-
XYZ7.937.4314.11-
YUV78.02142.66126.56-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.92%
GREEN value IS 74 (29.30% from 255) = 29.13%
BLUE value IS 104 (41.02% from 255) = 40.94%
R=29.92%
G=29.13%
B=40.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal76741040.270.2900.5924416.8534.9
Hex4C4A681B1D03Bf41123
Octal11411215033350733642143
Binary100110010010101101000110111110101110111111010010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,74,104); }

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

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

 a { background-color: rgb(76,74,104); }

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

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

 span { border-color: rgb(76,74,104); }

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