#4A4867

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

Shades of Corn Flower Blue #4A4867

Tints of Corn Flower Blue #4A4867

Color information

#4A4867 (or 0x4A4867) is unknown color: approx Corn Flower Blue. HEX triplet: 4A, 48 and 67. RGB value is (74,72,103). Sum of RGB (Red+Green+Blue) = 74+72+103=249 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.72% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 103 (40.62% from 255 or 41.37% from 249); Max value from RGB is 103 - color contains mainly: blue. Hex color #4A4867 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4867 is #B5B798. Grayscale: #4C4C4C. Windows color (decimal): -11909017 or 6768714. OLE color: 6768714.

HSL color Cylindrical-coordinate representation of color #4A4867: hue angle of 243.87º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4A4867 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7472103-
CMYK0.280.3000.60
HSL243.87º17.71%34.31%-
HSV(B)243.87º30.1%40.39%-
XYZ7.597.0713.8-
YUV76.13143.16126.48-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.72%
GREEN value IS 72 (28.52% from 255) = 28.92%
BLUE value IS 103 (40.62% from 255) = 41.37%
R=29.72%
G=28.92%
B=41.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal74721030.280.3000.60243.8717.7134.31
Hex4A48671C1E03Cf41222
Octal11211014734360743642242
Binary100101010010001100111111001111001111001111010010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,72,103); }

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

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

 a { background-color: rgb(74,72,103); }

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

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

 span { border-color: rgb(74,72,103); }

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