#414F62

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

Shades of Cello #414F62

Tints of Cello #414F62

Color information

#414F62 (or 0x414F62) is unknown color: approx Cello. HEX triplet: 41, 4F and 62. RGB value is (65,79,98). Sum of RGB (Red+Green+Blue) = 65+79+98=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 98 - color contains mainly: blue. Hex color #414F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414F62 is #BEB09D. Grayscale: #4C4C4C. Windows color (decimal): -12497054 or 6442817. OLE color: 6442817.

HSL color Cylindrical-coordinate representation of color #414F62: hue angle of 214.55º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #414F62 is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB657998-
CMYK0.340.1900.62
HSL214.55º20.25%31.96%-
HSV(B)214.55º33.67%38.43%-
XYZ7.187.612.64-
YUV76.98139.86119.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.86%
GREEN value IS 79 (31.25% from 255) = 32.64%
BLUE value IS 98 (38.67% from 255) = 40.50%
R=26.86%
G=32.64%
B=40.50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6579980.340.1900.62214.5520.2531.96
Hex414F62221303Ed71420
Octal10111714242230763272440
Binary1000001100111111000101000101001101111101101011110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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