#424F61

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

Shades of Cello #424F61

Tints of Cello #424F61

Color information

#424F61 (or 0x424F61) is unknown color: approx Cello. HEX triplet: 42, 4F and 61. RGB value is (66,79,97). Sum of RGB (Red+Green+Blue) = 66+79+97=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 97 (38.28% from 255 or 40.08% from 242); Max value from RGB is 97 - color contains mainly: blue. Hex color #424F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424F61 is #BDB09E. Grayscale: #4D4D4D. Windows color (decimal): -12431519 or 6377282. OLE color: 6377282.

HSL color Cylindrical-coordinate representation of color #424F61: hue angle of 214.84º 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 #424F61 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB667997-
CMYK0.320.1900.62
HSL214.84º19.02%31.96%-
HSV(B)214.84º31.96%38.04%-
XYZ7.27.6112.4-
YUV77.16139.19120.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.27%
GREEN value IS 79 (31.25% from 255) = 32.64%
BLUE value IS 97 (38.28% from 255) = 40.08%
R=27.27%
G=32.64%
B=40.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6679970.320.1900.62214.8419.0231.96
Hex424F61201303Ed71320
Octal10211714140230763272340
Binary1000010100111111000011000001001101111101101011110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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