#413B75

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

Shades of Corn Flower Blue #413B75

Tints of Corn Flower Blue #413B75

Color information

#413B75 (or 0x413B75) is unknown color: approx Corn Flower Blue. HEX triplet: 41, 3B and 75. RGB value is (65,59,117). Sum of RGB (Red+Green+Blue) = 65+59+117=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 59 (23.44% from 255 or 24.48% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #413B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413B75 is #BEC48A. Grayscale: #434343. Windows color (decimal): -12502155 or 7682881. OLE color: 7682881.

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

Color convert

RGB6559117-
CMYK0.440.5000.54
HSL246.21º32.95%34.51%-
HSV(B)246.21º49.57%45.88%-
XYZ6.955.5417.53-
YUV67.41155.99126.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.97%
GREEN value IS 59 (23.44% from 255) = 24.48%
BLUE value IS 117 (46.09% from 255) = 48.55%
R=26.97%
G=24.48%
B=48.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65591170.440.5000.54246.2132.9534.51
Hex413B752C32036f62123
Octal1017316554620663664143
Binary10000011110111110101101100110010011011011110110100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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