#424E61

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

Shades of Cello #424E61

Tints of Cello #424E61

Color information

#424E61 (or 0x424E61) is unknown color: approx Cello. HEX triplet: 42, 4E and 61. RGB value is (66,78,97). Sum of RGB (Red+Green+Blue) = 66+78+97=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 97 - color contains mainly: blue. Hex color #424E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424E61 is #BDB19E. Grayscale: #4C4C4C. Windows color (decimal): -12431775 or 6377026. OLE color: 6377026.

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

Color convert

RGB667897-
CMYK0.320.2000.62
HSL216.77º19.02%31.96%-
HSV(B)216.77º31.96%38.04%-
XYZ7.137.4712.38-
YUV76.58139.52120.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.39%
GREEN value IS 78 (30.86% from 255) = 32.37%
BLUE value IS 97 (38.28% from 255) = 40.25%
R=27.39%
G=32.37%
B=40.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6678970.320.2000.62216.7719.0231.96
Hex424E61201403Ed91320
Octal10211614140240763312340
Binary1000010100111011000011000001010001111101101100110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424E61; }

 p { color: rgb(66,78,97); }

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

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

 a { background-color: rgb(66,78,97); }

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

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

 span { border-color: rgb(66,78,97); }

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