#414075

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

Shades of Corn Flower Blue #414075

Tints of Corn Flower Blue #414075

Color information

#414075 (or 0x414075) is unknown color: approx Corn Flower Blue. HEX triplet: 41, 40 and 75. RGB value is (65,64,117). Sum of RGB (Red+Green+Blue) = 65+64+117=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 64 (25.39% from 255 or 26.02% 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 #414075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414075 is #BEBF8A. Grayscale: #464646. Windows color (decimal): -12500875 or 7684161. OLE color: 7684161.

HSL color Cylindrical-coordinate representation of color #414075: hue angle of 241.13º 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 #414075 is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6564117-
CMYK0.440.4500.54
HSL241.13º29.28%35.49%-
HSV(B)241.13º45.3%45.88%-
XYZ7.226.0717.62-
YUV70.34154.33124.19-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65641170.440.4500.54241.1329.2835.49
Hex4140752C2D036f11d23
Octal10110016554550663613543
Binary10000011000000111010110110010110101101101111000111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414075; }

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

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

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

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

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

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

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

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