#464975

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

Shades of Corn Flower Blue #464975

Tints of Corn Flower Blue #464975

Color information

#464975 (or 0x464975) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 49 and 75. RGB value is (70,73,117). Sum of RGB (Red+Green+Blue) = 70+73+117=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 117 (46.09% from 255 or 45% from 260); Max value from RGB is 117 - color contains mainly: blue. Hex color #464975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464975 is #B9B68A. Grayscale: #4C4C4C. Windows color (decimal): -12170891 or 7686470. OLE color: 7686470.

HSL color Cylindrical-coordinate representation of color #464975: hue angle of 236.17º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #464975 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7073117-
CMYK0.400.3800.54
HSL236.17º25.13%36.67%-
HSV(B)236.17º40.17%45.88%-
XYZ8.127.3517.82-
YUV77.12150.51122.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.92%
GREEN value IS 73 (28.91% from 255) = 28.08%
BLUE value IS 117 (46.09% from 255) = 45%
R=26.92%
G=28.08%
B=45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70731170.400.3800.54236.1725.1336.67
Hex4649752826036ec1925
Octal10611116550460663543145
Binary10001101001001111010110100010011001101101110110011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464975; }

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

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

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

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

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

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

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

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