#415166

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

Shades of Cello #415166

Tints of Cello #415166

Color information

#415166 (or 0x415166) is unknown color: approx Cello. HEX triplet: 41, 51 and 66. RGB value is (65,81,102). Sum of RGB (Red+Green+Blue) = 65+81+102=248 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.21% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 102 - color contains mainly: blue. Hex color #415166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415166 is #BEAE99. Grayscale: #4E4E4E. Windows color (decimal): -12496538 or 6705473. OLE color: 6705473.

HSL color Cylindrical-coordinate representation of color #415166: hue angle of 214.05º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #415166 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6581102-
CMYK0.360.2100.6
HSL214.05º22.16%32.75%-
HSV(B)214.05º36.27%40%-
XYZ7.527.9713.71-
YUV78.61141.2118.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.21%
GREEN value IS 81 (32.03% from 255) = 32.66%
BLUE value IS 102 (40.23% from 255) = 41.13%
R=26.21%
G=32.66%
B=41.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal65811020.360.2100.6214.0522.1632.75
Hex415166241503Cd61621
Octal10112114644250743262641
Binary1000001101000111001101001001010101111001101011010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415166; }

 p { color: rgb(65,81,102); }

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

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

 a { background-color: rgb(65,81,102); }

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

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

 span { border-color: rgb(65,81,102); }

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