#464272

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

Shades of Corn Flower Blue #464272

Tints of Corn Flower Blue #464272

Color information

#464272 (or 0x464272) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 42 and 72. RGB value is (70,66,114). Sum of RGB (Red+Green+Blue) = 70+66+114=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 114 - color contains mainly: blue. Hex color #464272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464272 is #B9BD8D. Grayscale: #484848. Windows color (decimal): -12172686 or 7488070. OLE color: 7488070.

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

Color convert

RGB7066114-
CMYK0.390.4200.55
HSL245º26.67%35.29%-
HSV(B)245º42.11%44.71%-
XYZ7.516.4116.76-
YUV72.67151.33126.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28%
GREEN value IS 66 (26.17% from 255) = 26.4%
BLUE value IS 114 (44.92% from 255) = 45.6%
R=28%
G=26.4%
B=45.6%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70661140.390.4200.5524526.6735.29
Hex464272272A037f51b23
Octal10610216247520673653343
Binary10001101000010111001010011110101001101111111010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464272; }

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

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

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

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

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

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

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

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