#464B73

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

Shades of Corn Flower Blue #464B73

Tints of Corn Flower Blue #464B73

Color information

#464B73 (or 0x464B73) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 4B and 73. RGB value is (70,75,115). Sum of RGB (Red+Green+Blue) = 70+75+115=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 75 (29.69% from 255 or 28.85% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 115 - color contains mainly: blue. Hex color #464B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464B73 is #B9B48C. Grayscale: #4D4D4D. Windows color (decimal): -12170381 or 7555910. OLE color: 7555910.

HSL color Cylindrical-coordinate representation of color #464B73: hue angle of 233.33º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #464B73 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7075115-
CMYK0.390.3500.55
HSL233.33º24.32%36.27%-
HSV(B)233.33º39.13%45.1%-
XYZ8.147.5717.25-
YUV78.06148.84122.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.92%
GREEN value IS 75 (29.69% from 255) = 28.85%
BLUE value IS 115 (45.31% from 255) = 44.23%
R=26.92%
G=28.85%
B=44.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70751150.390.3500.55233.3324.3236.27
Hex464B732723037e91824
Octal10611316347430673513044
Binary10001101001011111001110011110001101101111110100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464B73; }

 p { color: rgb(70,75,115); }

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

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

 a { background-color: rgb(70,75,115); }

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

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

 span { border-color: rgb(70,75,115); }

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