#464375

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

Shades of Corn Flower Blue #464375

Tints of Corn Flower Blue #464375

Color information

#464375 (or 0x464375) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 43 and 75. RGB value is (70,67,117). Sum of RGB (Red+Green+Blue) = 70+67+117=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 117 (46.09% from 255 or 46.06% from 254); Max value from RGB is 117 - color contains mainly: blue. Hex color #464375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464375 is #B9BC8A. Grayscale: #494949. Windows color (decimal): -12172427 or 7684934. OLE color: 7684934.

HSL color Cylindrical-coordinate representation of color #464375: hue angle of 243.6º degrees, saturation: 0.27, 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 #464375 is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7067117-
CMYK0.400.4300.54
HSL243.6º27.17%36.08%-
HSV(B)243.6º42.74%45.88%-
XYZ7.746.617.7-
YUV73.6152.49125.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.56%
GREEN value IS 67 (26.56% from 255) = 26.38%
BLUE value IS 117 (46.09% from 255) = 46.06%
R=27.56%
G=26.38%
B=46.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70671170.400.4300.54243.627.1736.08
Hex464375282B036f41b24
Octal10610316550530663643344
Binary10001101000011111010110100010101101101101111010011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464375; }

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

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

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

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

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

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

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

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