Html Css Color HEX #424E5D Cello

📋 copy color: '#424E5D'

red 66 ◦ green 78 ◦ blue 93

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

Shades of Cello #424E5D

Tints of Cello #424E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 39.24%

R = 27.85%
G = 32.91%
B = 39.24%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#424E5D (or 0x424E5D) is known color: Cello. HEX triplet: 42, 4E and 5D. RGB value is (66,78,93). Sum of RGB (Red+Green+Blue) = 66+78+93=237 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.85% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 93 - color contains mainly: blue. Hex color #424E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424E5D is #BDB1A2. Grayscale: #4C4C4C. Windows color (decimal): -12431779 or 6114882. OLE color: 6114882.

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

Color convert

RGB 66 78 93 -
CMYK 0.29 0.16 0 0.64
HSL 213.33º 0.17% 0.31% -
HSV(B) 213.33º 0.29% 0.36% -
XYZ 6.95 7.4 11.42 -
YUV 76.12 137.52 120.78 -
System Red Green Blue C M Y K H S L
Decimal 66 78 93 0.29 0.16 0 0.64 213.33 0.17 0.31
Hex 42 4E 5D 1D 10 0 40 D5 11 1F
Octal 102 116 135 35 20 0 100 325 21 37
Binary 1000010 1001110 1011101 11101 10000 0 1000000 11010101 10001 11111

Color Harmonies of #424E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424E5D

Black with #424E5D

Text Example


Text Example

White with #424E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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