#464462

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

Shades of Corn Flower Blue #464462

Tints of Corn Flower Blue #464462

Color information

#464462 (or 0x464462) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 44 and 62. RGB value is (70,68,98). Sum of RGB (Red+Green+Blue) = 70+68+98=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 98 (38.67% from 255 or 41.53% from 236); Max value from RGB is 98 - color contains mainly: blue. Hex color #464462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464462 is #B9BB9D. Grayscale: #474747. Windows color (decimal): -12172190 or 6440006. OLE color: 6440006.

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

Color convert

RGB706898-
CMYK0.290.3100.62
HSL244º18.07%32.55%-
HSV(B)244º30.61%38.43%-
XYZ6.86.3212.42-
YUV72.02142.66126.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.66%
GREEN value IS 68 (26.95% from 255) = 28.81%
BLUE value IS 98 (38.67% from 255) = 41.53%
R=29.66%
G=28.81%
B=41.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7068980.290.3100.6224418.0732.55
Hex4644621D1F03Ef41221
Octal10610414235370763642241
Binary100011010001001100010111011111101111101111010010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464462; }

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

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

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

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

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

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

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

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