Html Css Color HEX #424E60 Cello

📋 copy color: '#424E60'

red 66 ◦ green 78 ◦ blue 96

#424E60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cello #424E60

Tints of Cello #424E60

RGB

 RED value IS 66 (26.17% from 255) = 27.5%

 GREEN value IS 78 (30.86% from 255) = 32.5%

 BLUE value IS 96 (37.89% from 255) = 40%

R = 27.5%
G = 32.5%
B = 40%

CMYK

 C value IS 0.31

 M value IS 0.19

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#424E60 (or 0x424E60) is known color: Cello. HEX triplet: 42, 4E and 60. RGB value is (66,78,96). Sum of RGB (Red+Green+Blue) = 66+78+96=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 78 (30.86% from 255 or 32.5% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 96 - color contains mainly: blue. Hex color #424E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424E60 is #BDB19F. Grayscale: #4C4C4C. Windows color (decimal): -12431776 or 6311490. OLE color: 6311490.

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

Color convert

RGB 66 78 96 -
CMYK 0.31 0.19 0 0.62
HSL 216º 0.19% 0.32% -
HSV(B) 216º 0.31% 0.38% -
XYZ 7.08 7.45 12.13 -
YUV 76.46 139.02 120.54 -
System Red Green Blue C M Y K H S L
Decimal 66 78 96 0.31 0.19 0 0.62 216 0.19 0.32
Hex 42 4E 60 1F 13 0 3E D8 13 20
Octal 102 116 140 37 23 0 76 330 23 40
Binary 1000010 1001110 1100000 11111 10011 0 111110 11011000 10011 100000

Color Harmonies of #424E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424E60

Black with #424E60

Text Example


Text Example

White with #424E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #424E60;
 }
 .AnyTagClassName
 {
   color: #424E60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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