#464572

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

Shades of Corn Flower Blue #464572

Tints of Corn Flower Blue #464572

Color information

#464572 (or 0x464572) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 45 and 72. RGB value is (70,69,114). Sum of RGB (Red+Green+Blue) = 70+69+114=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 114 - color contains mainly: blue. Hex color #464572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464572 is #B9BA8D. Grayscale: #4A4A4A. Windows color (decimal): -12171918 or 7488838. OLE color: 7488838.

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

Color convert

RGB7069114-
CMYK0.390.3900.55
HSL241.33º24.59%35.88%-
HSV(B)241.33º39.47%44.71%-
XYZ7.696.7716.82-
YUV74.43150.33124.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.67%
GREEN value IS 69 (27.34% from 255) = 27.27%
BLUE value IS 114 (44.92% from 255) = 45.06%
R=27.67%
G=27.27%
B=45.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70691140.390.3900.55241.3324.5935.88
Hex4645722727037f11924
Octal10610516247470673613144
Binary10001101000101111001010011110011101101111111000111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464572; }

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

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

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

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

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

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

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

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