#464475

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

Shades of Corn Flower Blue #464475

Tints of Corn Flower Blue #464475

Color information

#464475 (or 0x464475) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 44 and 75. RGB value is (70,68,117). Sum of RGB (Red+Green+Blue) = 70+68+117=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 117 - color contains mainly: blue. Hex color #464475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464475 is #B9BB8A. Grayscale: #494949. Windows color (decimal): -12172171 or 7685190. OLE color: 7685190.

HSL color Cylindrical-coordinate representation of color #464475: hue angle of 242.45º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #464475 is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7068117-
CMYK0.400.4200.54
HSL242.45º26.49%36.27%-
HSV(B)242.45º41.88%45.88%-
XYZ7.86.7217.72-
YUV74.18152.16125.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.45%
GREEN value IS 68 (26.95% from 255) = 26.67%
BLUE value IS 117 (46.09% from 255) = 45.88%
R=27.45%
G=26.67%
B=45.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70681170.400.4200.54242.4526.4936.27
Hex464475282A036f21a24
Octal10610416550520663623244
Binary10001101000100111010110100010101001101101111001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464475; }

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

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

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

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

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

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

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

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