#413975

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

Shades of Corn Flower Blue #413975

Tints of Corn Flower Blue #413975

Color information

#413975 (or 0x413975) is unknown color: approx Corn Flower Blue. HEX triplet: 41, 39 and 75. RGB value is (65,57,117). Sum of RGB (Red+Green+Blue) = 65+57+117=239 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.20% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 117 - color contains mainly: blue. Hex color #413975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413975 is #BEC68A. Grayscale: #424242. Windows color (decimal): -12502667 or 7682369. OLE color: 7682369.

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

Color convert

RGB6557117-
CMYK0.440.5100.54
HSL248º34.48%34.12%-
HSV(B)248º51.28%45.88%-
XYZ6.855.3317.5-
YUV66.23156.65127.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.20%
GREEN value IS 57 (22.66% from 255) = 23.85%
BLUE value IS 117 (46.09% from 255) = 48.95%
R=27.20%
G=23.85%
B=48.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65571170.440.5100.5424834.4834.12
Hex4139752C33036f82222
Octal1017116554630663704242
Binary10000011110011110101101100110011011011011111000100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413975; }

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

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

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

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

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

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

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

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