#424E5B

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

Shades of Cello #424E5B

Tints of Cello #424E5B

Color information

#424E5B (or 0x424E5B) is unknown color: approx Cello. HEX triplet: 42, 4E and 5B. RGB value is (66,78,91). Sum of RGB (Red+Green+Blue) = 66+78+91=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 78 (30.86% from 255 or 33.19% 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 #424E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424E5B is #BDB1A4. Grayscale: #4B4B4B. Windows color (decimal): -12431781 or 5983810. OLE color: 5983810.

HSL color Cylindrical-coordinate representation of color #424E5B: hue angle of 211.2º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #424E5B is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB667891-
CMYK0.270.1400.64
HSL211.2º15.92%30.78%-
HSV(B)211.2º27.47%35.69%-
XYZ6.867.3610.96-
YUV75.89136.52120.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.09%
GREEN value IS 78 (30.86% from 255) = 33.19%
BLUE value IS 91 (35.94% from 255) = 38.72%
R=28.09%
G=33.19%
B=38.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6678910.270.1400.64211.215.9230.78
Hex424E5B1BE040d3101f
Octal102116133331601003232037
Binary10000101001110101101111011111001000000110100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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