#414F5D

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

Shades of Cello #414F5D

Tints of Cello #414F5D

Color information

#414F5D (or 0x414F5D) is unknown color: approx Cello. HEX triplet: 41, 4F and 5D. RGB value is (65,79,93). Sum of RGB (Red+Green+Blue) = 65+79+93=237 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.43% from 237); Green value is 79 (31.25% from 255 or 33.33% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 93 - color contains mainly: blue. Hex color #414F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414F5D is #BEB0A2. Grayscale: #4C4C4C. Windows color (decimal): -12497059 or 6115137. OLE color: 6115137.

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

Color convert

RGB657993-
CMYK0.300.1500.64
HSL210º17.72%30.98%-
HSV(B)210º30.11%36.47%-
XYZ6.957.5111.44-
YUV76.41137.36119.86-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.43%
GREEN value IS 79 (31.25% from 255) = 33.33%
BLUE value IS 93 (36.72% from 255) = 39.24%
R=27.43%
G=33.33%
B=39.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6579930.300.1500.6421017.7230.98
Hex414F5D1EF040d2121f
Octal101117135361701003222237
Binary10000011001111101110111110111101000000110100101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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