#414F63

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

Shades of Cello #414F63

Tints of Cello #414F63

Color information

#414F63 (or 0x414F63) is unknown color: approx Cello. HEX triplet: 41, 4F and 63. RGB value is (65,79,99). Sum of RGB (Red+Green+Blue) = 65+79+99=243 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.75% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 99 (39.06% from 255 or 40.74% from 243); Max value from RGB is 99 - color contains mainly: blue. Hex color #414F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414F63 is #BEB09C. Grayscale: #4D4D4D. Windows color (decimal): -12497053 or 6508353. OLE color: 6508353.

HSL color Cylindrical-coordinate representation of color #414F63: hue angle of 215.29º 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 #414F63 is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB657999-
CMYK0.340.2000.61
HSL215.29º20.73%32.16%-
HSV(B)215.29º34.34%38.82%-
XYZ7.237.6212.89-
YUV77.09140.36119.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.75%
GREEN value IS 79 (31.25% from 255) = 32.51%
BLUE value IS 99 (39.06% from 255) = 40.74%
R=26.75%
G=32.51%
B=40.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6579990.340.2000.61215.2920.7332.16
Hex414F63221403Dd71520
Octal10111714342240753272540
Binary1000001100111111000111000101010001111011101011110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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