#464472

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

Shades of Corn Flower Blue #464472

Tints of Corn Flower Blue #464472

Color information

#464472 (or 0x464472) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 44 and 72. RGB value is (70,68,114). Sum of RGB (Red+Green+Blue) = 70+68+114=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 114 - color contains mainly: blue. Hex color #464472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464472 is #B9BB8D. Grayscale: #494949. Windows color (decimal): -12172174 or 7488582. OLE color: 7488582.

HSL color Cylindrical-coordinate representation of color #464472: hue angle of 242.61º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #464472 is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7068114-
CMYK0.390.4000.55
HSL242.61º25.27%35.69%-
HSV(B)242.61º40.35%44.71%-
XYZ7.636.6516.8-
YUV73.84150.66125.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.78%
GREEN value IS 68 (26.95% from 255) = 26.98%
BLUE value IS 114 (44.92% from 255) = 45.24%
R=27.78%
G=26.98%
B=45.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70681140.390.4000.55242.6125.2735.69
Hex4644722728037f31924
Octal10610416247500673633144
Binary10001101000100111001010011110100001101111111001111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464472; }

 p { color: rgb(70,68,114); }

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

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

 a { background-color: rgb(70,68,114); }

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

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

 span { border-color: rgb(70,68,114); }

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