#413D70

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

Shades of Corn Flower Blue #413D70

Tints of Corn Flower Blue #413D70

Color information

#413D70 (or 0x413D70) is unknown color: approx Corn Flower Blue. HEX triplet: 41, 3D and 70. RGB value is (65,61,112). Sum of RGB (Red+Green+Blue) = 65+61+112=238 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.31% from 238); Green value is 61 (24.22% from 255 or 25.63% from 238); Blue value is 112 (44.14% from 255 or 47.06% from 238); Max value from RGB is 112 - color contains mainly: blue. Hex color #413D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413D70 is #BEC28F. Grayscale: #434343. Windows color (decimal): -12501648 or 7355713. OLE color: 7355713.

HSL color Cylindrical-coordinate representation of color #413D70: hue angle of 244.71º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #413D70 is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6561112-
CMYK0.420.4600.56
HSL244.71º29.48%33.92%-
HSV(B)244.71º45.54%43.92%-
XYZ6.775.6316.06-
YUV68.01152.83125.85-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.31%
GREEN value IS 61 (24.22% from 255) = 25.63%
BLUE value IS 112 (44.14% from 255) = 47.06%
R=27.31%
G=25.63%
B=47.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65611120.420.4600.56244.7129.4833.92
Hex413D702A2E038f51d22
Octal1017516052560703653542
Binary1000001111101111000010101010111001110001111010111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413D70; }

 p { color: rgb(65,61,112); }

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

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

 a { background-color: rgb(65,61,112); }

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

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

 span { border-color: rgb(65,61,112); }

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