#414E5F

Color #414E5F Cello (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cello #414E5F

Tints of Cello #414E5F

Color information

#414E5F (or 0x414E5F) is unknown color: approx Cello. HEX triplet: 41, 4E and 5F. RGB value is (65,78,95). Sum of RGB (Red+Green+Blue) = 65+78+95=238 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.31% from 238); Green value is 78 (30.86% from 255 or 32.77% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 95 - color contains mainly: blue. Hex color #414E5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414E5F is #BEB1A0. Grayscale: #4B4B4B. Windows color (decimal): -12497313 or 6245953. OLE color: 6245953.

HSL color Cylindrical-coordinate representation of color #414E5F: hue angle of 214º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #414E5F is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB657895-
CMYK0.320.1800.63
HSL214º18.75%31.37%-
HSV(B)214º31.58%37.25%-
XYZ6.977.411.89-
YUV76.05138.69120.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.31%
GREEN value IS 78 (30.86% from 255) = 32.77%
BLUE value IS 95 (37.5% from 255) = 39.92%
R=27.31%
G=32.77%
B=39.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6578950.320.1800.6321418.7531.37
Hex414E5F201203Fd6131f
Octal10111613740220773262337
Binary100000110011101011111100000100100111111110101101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414E5F; }

 p { color: rgb(65,78,95); }

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

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

 a { background-color: rgb(65,78,95); }

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

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

 span { border-color: rgb(65,78,95); }

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