#414F5B

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

Shades of Cello #414F5B

Tints of Cello #414F5B

Color information

#414F5B (or 0x414F5B) is unknown color: approx Cello. HEX triplet: 41, 4F and 5B. RGB value is (65,79,91). Sum of RGB (Red+Green+Blue) = 65+79+91=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 79 (31.25% from 255 or 33.62% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 91 - color contains mainly: blue. Hex color #414F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414F5B is #BEB0A4. Grayscale: #4C4C4C. Windows color (decimal): -12497061 or 5984065. OLE color: 5984065.

HSL color Cylindrical-coordinate representation of color #414F5B: hue angle of 207.69º 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 #414F5B is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB657991-
CMYK0.290.1300.64
HSL207.69º16.67%30.59%-
HSV(B)207.69º28.57%35.69%-
XYZ6.867.4710.98-
YUV76.18136.36120.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.66%
GREEN value IS 79 (31.25% from 255) = 33.62%
BLUE value IS 91 (35.94% from 255) = 38.72%
R=27.66%
G=33.62%
B=38.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6579910.290.1300.64207.6916.6730.59
Hex414F5B1DD040d0111f
Octal101117133351501003202137
Binary10000011001111101101111101110101000000110100001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,79,91); }

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

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

 a { background-color: rgb(65,79,91); }

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

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

 span { border-color: rgb(65,79,91); }

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