#464562

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

Shades of Corn Flower Blue #464562

Tints of Corn Flower Blue #464562

Color information

#464562 (or 0x464562) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 45 and 62. RGB value is (70,69,98). Sum of RGB (Red+Green+Blue) = 70+69+98=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 98 - color contains mainly: blue. Hex color #464562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464562 is #B9BA9D. Grayscale: #484848. Windows color (decimal): -12171934 or 6440262. OLE color: 6440262.

HSL color Cylindrical-coordinate representation of color #464562: hue angle of 242.07º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #464562 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB706998-
CMYK0.290.3000.62
HSL242.07º17.37%32.75%-
HSV(B)242.07º29.59%38.43%-
XYZ6.866.4412.44-
YUV72.6142.33126.14-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.54%
GREEN value IS 69 (27.34% from 255) = 29.11%
BLUE value IS 98 (38.67% from 255) = 41.35%
R=29.54%
G=29.11%
B=41.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7069980.290.3000.62242.0717.3732.75
Hex4645621D1E03Ef21121
Octal10610514235360763622141
Binary100011010001011100010111011111001111101111001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464562; }

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

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

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

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

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

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

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

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