#404175

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

Shades of Corn Flower Blue #404175

Tints of Corn Flower Blue #404175

Color information

#404175 (or 0x404175) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 41 and 75. RGB value is (64,65,117). Sum of RGB (Red+Green+Blue) = 64+65+117=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 117 - color contains mainly: blue. Hex color #404175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404175 is #BFBE8A. Grayscale: #464646. Windows color (decimal): -12566155 or 7684416. OLE color: 7684416.

HSL color Cylindrical-coordinate representation of color #404175: hue angle of 238.87º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #404175 is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6465117-
CMYK0.450.4400.54
HSL238.87º29.28%35.49%-
HSV(B)238.87º45.3%45.88%-
XYZ7.226.1517.64-
YUV70.63154.17123.27-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.02%
GREEN value IS 65 (25.78% from 255) = 26.42%
BLUE value IS 117 (46.09% from 255) = 47.56%
R=26.02%
G=26.42%
B=47.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64651170.450.4400.54238.8729.2835.49
Hex4041752D2C036ef1d23
Octal10010116555540663573543
Binary10000001000001111010110110110110001101101110111111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404175; }

 p { color: rgb(64,65,117); }

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

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

 a { background-color: rgb(64,65,117); }

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

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

 span { border-color: rgb(64,65,117); }

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