#4C4E67

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

Shades of Corn Flower Blue #4C4E67

Tints of Corn Flower Blue #4C4E67

Color information

#4C4E67 (or 0x4C4E67) is unknown color: approx Corn Flower Blue. HEX triplet: 4C, 4E and 67. RGB value is (76,78,103). Sum of RGB (Red+Green+Blue) = 76+78+103=257 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.57% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 103 (40.62% from 255 or 40.08% from 257); Max value from RGB is 103 - color contains mainly: blue. Hex color #4C4E67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C4E67 is #B3B198. Grayscale: #505050. Windows color (decimal): -11776409 or 6770252. OLE color: 6770252.

HSL color Cylindrical-coordinate representation of color #4C4E67: hue angle of 235.56º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4C4E67 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7678103-
CMYK0.260.2400.60
HSL235.56º15.08%35.1%-
HSV(B)235.56º26.21%40.39%-
XYZ8.157.9613.94-
YUV80.25140.84124.97-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.57%
GREEN value IS 78 (30.86% from 255) = 30.35%
BLUE value IS 103 (40.62% from 255) = 40.08%
R=29.57%
G=30.35%
B=40.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal76781030.260.2400.60235.5615.0835.1
Hex4C4E671A1803Cecf23
Octal11411614732300743541743
Binary10011001001110110011111010110000111100111011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,78,103); }

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

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

 a { background-color: rgb(76,78,103); }

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

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

 span { border-color: rgb(76,78,103); }

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