#464673

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

Shades of Corn Flower Blue #464673

Tints of Corn Flower Blue #464673

Color information

#464673 (or 0x464673) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 46 and 73. RGB value is (70,70,115). Sum of RGB (Red+Green+Blue) = 70+70+115=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 115 (45.31% from 255 or 45.10% from 255); Max value from RGB is 115 - color contains mainly: blue. Hex color #464673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464673 is #B9B98C. Grayscale: #4A4A4A. Windows color (decimal): -12171661 or 7554630. OLE color: 7554630.

HSL color Cylindrical-coordinate representation of color #464673: hue angle of 240º degrees, saturation: 0.24, 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 #464673 is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7070115-
CMYK0.390.3900.55
HSL240º24.32%36.27%-
HSV(B)240º39.13%45.1%-
XYZ7.816.9217.14-
YUV75.13150.5124.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.45%
GREEN value IS 70 (27.73% from 255) = 27.45%
BLUE value IS 115 (45.31% from 255) = 45.10%
R=27.45%
G=27.45%
B=45.10%

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
Decimal70701150.390.3900.5524024.3236.27
Hex4646732727037f01824
Octal10610616347470673603044
Binary10001101000110111001110011110011101101111111000011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464673; }

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

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

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

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

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

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

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

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