#464376

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

Shades of Corn Flower Blue #464376

Tints of Corn Flower Blue #464376

Color information

#464376 (or 0x464376) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 43 and 76. RGB value is (70,67,118). Sum of RGB (Red+Green+Blue) = 70+67+118=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 118 (46.48% from 255 or 46.27% from 255); Max value from RGB is 118 - color contains mainly: blue. Hex color #464376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464376 is #B9BC89. Grayscale: #494949. Windows color (decimal): -12172426 or 7750470. OLE color: 7750470.

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

Color convert

RGB7067118-
CMYK0.410.4300.54
HSL243.53º27.57%36.27%-
HSV(B)243.53º43.22%46.27%-
XYZ7.86.6218.01-
YUV73.71152.99125.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.45%
GREEN value IS 67 (26.56% from 255) = 26.27%
BLUE value IS 118 (46.48% from 255) = 46.27%
R=27.45%
G=26.27%
B=46.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70671180.410.4300.54243.5327.5736.27
Hex464376292B036f41c24
Octal10610316651530663643444
Binary10001101000011111011010100110101101101101111010011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464376; }

 p { color: rgb(70,67,118); }

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

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

 a { background-color: rgb(70,67,118); }

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

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

 span { border-color: rgb(70,67,118); }

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