#414E63

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

Shades of Cello #414E63

Tints of Cello #414E63

Color information

#414E63 (or 0x414E63) is unknown color: approx Cello. HEX triplet: 41, 4E and 63. RGB value is (65,78,99). Sum of RGB (Red+Green+Blue) = 65+78+99=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 99 - color contains mainly: blue. Hex color #414E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414E63 is #BEB19C. Grayscale: #4C4C4C. Windows color (decimal): -12497309 or 6508097. OLE color: 6508097.

HSL color Cylindrical-coordinate representation of color #414E63: hue angle of 217.06º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #414E63 is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB657899-
CMYK0.340.2100.61
HSL217.06º20.73%32.16%-
HSV(B)217.06º34.34%38.82%-
XYZ7.167.4712.87-
YUV76.51140.69119.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.86%
GREEN value IS 78 (30.86% from 255) = 32.23%
BLUE value IS 99 (39.06% from 255) = 40.91%
R=26.86%
G=32.23%
B=40.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6578990.340.2100.61217.0620.7332.16
Hex414E63221503Dd91520
Octal10111614342250753312540
Binary1000001100111011000111000101010101111011101100110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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