#414E61

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

Shades of Cello #414E61

Tints of Cello #414E61

Color information

#414E61 (or 0x414E61) is unknown color: approx Cello. HEX triplet: 41, 4E and 61. RGB value is (65,78,97). Sum of RGB (Red+Green+Blue) = 65+78+97=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 78 (30.86% from 255 or 32.5% from 240); Blue value is 97 (38.28% from 255 or 40.42% from 240); Max value from RGB is 97 - color contains mainly: blue. Hex color #414E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414E61 is #BEB19E. Grayscale: #4C4C4C. Windows color (decimal): -12497311 or 6377025. OLE color: 6377025.

HSL color Cylindrical-coordinate representation of color #414E61: hue angle of 215.62º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #414E61 is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB657897-
CMYK0.330.2000.62
HSL215.62º19.75%31.76%-
HSV(B)215.62º32.99%38.04%-
XYZ7.067.4412.37-
YUV76.28139.69119.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.08%
GREEN value IS 78 (30.86% from 255) = 32.5%
BLUE value IS 97 (38.28% from 255) = 40.42%
R=27.08%
G=32.5%
B=40.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6578970.330.2000.62215.6219.7531.76
Hex414E61211403Ed81420
Octal10111614141240763302440
Binary1000001100111011000011000011010001111101101100010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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