#414E5C

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

Shades of Cello #414E5C

Tints of Cello #414E5C

Color information

#414E5C (or 0x414E5C) is unknown color: approx Cello. HEX triplet: 41, 4E and 5C. RGB value is (65,78,92). Sum of RGB (Red+Green+Blue) = 65+78+92=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 78 (30.86% from 255 or 33.19% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 92 - color contains mainly: blue. Hex color #414E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414E5C is #BEB1A3. Grayscale: #4B4B4B. Windows color (decimal): -12497316 or 6049345. OLE color: 6049345.

HSL color Cylindrical-coordinate representation of color #414E5C: hue angle of 211.11º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #414E5C is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB657892-
CMYK0.290.1500.64
HSL211.11º17.2%30.78%-
HSV(B)211.11º29.35%36.08%-
XYZ6.847.3511.18-
YUV75.71137.19120.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.66%
GREEN value IS 78 (30.86% from 255) = 33.19%
BLUE value IS 92 (36.33% from 255) = 39.15%
R=27.66%
G=33.19%
B=39.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6578920.290.1500.64211.1117.230.78
Hex414E5C1DF040d3111f
Octal101116134351701003232137
Binary10000011001110101110011101111101000000110100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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