#413D75

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

Shades of Corn Flower Blue #413D75

Tints of Corn Flower Blue #413D75

Color information

#413D75 (or 0x413D75) is unknown color: approx Corn Flower Blue. HEX triplet: 41, 3D and 75. RGB value is (65,61,117). Sum of RGB (Red+Green+Blue) = 65+61+117=243 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.75% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 117 (46.09% from 255 or 48.15% from 243); Max value from RGB is 117 - color contains mainly: blue. Hex color #413D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413D75 is #BEC28A. Grayscale: #444444. Windows color (decimal): -12501643 or 7683393. OLE color: 7683393.

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

Color convert

RGB6561117-
CMYK0.440.4800.54
HSL244.29º31.46%34.9%-
HSV(B)244.29º47.86%45.88%-
XYZ7.065.7517.57-
YUV68.58155.33125.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.75%
GREEN value IS 61 (24.22% from 255) = 25.10%
BLUE value IS 117 (46.09% from 255) = 48.15%
R=26.75%
G=25.10%
B=48.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65611170.440.4800.54244.2931.4634.9
Hex413D752C30036f41f23
Octal1017516554600663643743
Binary1000001111101111010110110011000001101101111010011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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