#4A4667

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

Shades of Corn Flower Blue #4A4667

Tints of Corn Flower Blue #4A4667

Color information

#4A4667 (or 0x4A4667) is unknown color: approx Corn Flower Blue. HEX triplet: 4A, 46 and 67. RGB value is (74,70,103). Sum of RGB (Red+Green+Blue) = 74+70+103=247 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.96% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 103 (40.62% from 255 or 41.70% from 247); Max value from RGB is 103 - color contains mainly: blue. Hex color #4A4667 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4667 is #B5B998. Grayscale: #4A4A4A. Windows color (decimal): -11909529 or 6768202. OLE color: 6768202.

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

Color convert

RGB7470103-
CMYK0.280.3200.60
HSL247.27º19.08%33.92%-
HSV(B)247.27º32.04%40.39%-
XYZ7.466.8213.75-
YUV74.96143.83127.32-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.96%
GREEN value IS 70 (27.73% from 255) = 28.34%
BLUE value IS 103 (40.62% from 255) = 41.70%
R=29.96%
G=28.34%
B=41.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal74701030.280.3200.60247.2719.0833.92
Hex4A46671C2003Cf71322
Octal11210614734400743672342
Binary1001010100011011001111110010000001111001111011110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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