#464473

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

Shades of Corn Flower Blue #464473

Tints of Corn Flower Blue #464473

Color information

#464473 (or 0x464473) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 44 and 73. RGB value is (70,68,115). Sum of RGB (Red+Green+Blue) = 70+68+115=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 115 (45.31% from 255 or 45.45% from 253); Max value from RGB is 115 - color contains mainly: blue. Hex color #464473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464473 is #B9BB8C. Grayscale: #494949. Windows color (decimal): -12172173 or 7554118. OLE color: 7554118.

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

Color convert

RGB7068115-
CMYK0.390.4100.55
HSL242.55º25.68%35.88%-
HSV(B)242.55º40.87%45.1%-
XYZ7.696.6717.1-
YUV73.96151.16125.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.67%
GREEN value IS 68 (26.95% from 255) = 26.88%
BLUE value IS 115 (45.31% from 255) = 45.45%
R=27.67%
G=26.88%
B=45.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70681150.390.4100.55242.5525.6835.88
Hex4644732729037f31a24
Octal10610416347510673633244
Binary10001101000100111001110011110100101101111111001111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464473; }

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

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

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

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

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

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

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

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