#464870

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

Shades of Corn Flower Blue #464870

Tints of Corn Flower Blue #464870

Color information

#464870 (or 0x464870) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 48 and 70. RGB value is (70,72,112). Sum of RGB (Red+Green+Blue) = 70+72+112=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 112 - color contains mainly: blue. Hex color #464870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464870 is #B9B78F. Grayscale: #4B4B4B. Windows color (decimal): -12171152 or 7358534. OLE color: 7358534.

HSL color Cylindrical-coordinate representation of color #464870: hue angle of 237.14º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #464870 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7072112-
CMYK0.380.3600.56
HSL237.14º23.08%35.69%-
HSV(B)237.14º37.5%43.92%-
XYZ7.777.1116.29-
YUV75.96148.34123.75-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.56%
GREEN value IS 72 (28.52% from 255) = 28.35%
BLUE value IS 112 (44.14% from 255) = 44.09%
R=27.56%
G=28.35%
B=44.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70721120.380.3600.56237.1423.0835.69
Hex4648702624038ed1724
Octal10611016046440703552744
Binary10001101001000111000010011010010001110001110110110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464870; }

 p { color: rgb(70,72,112); }

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

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

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

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

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

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

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