Html Css Color HEX #424E5C Cello

📋 copy color: '#424E5C'

red 66 ◦ green 78 ◦ blue 92

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

Shades of Cello #424E5C

Tints of Cello #424E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 38.98%

R = 27.97%
G = 33.05%
B = 38.98%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#424E5C (or 0x424E5C) is known color: Cello. HEX triplet: 42, 4E and 5C. RGB value is (66,78,92). Sum of RGB (Red+Green+Blue) = 66+78+92=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 78 (30.86% from 255 or 33.05% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 92 - color contains mainly: blue. Hex color #424E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424E5C is #BDB1A3. Grayscale: #4B4B4B. Windows color (decimal): -12431780 or 6049346. OLE color: 6049346.

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

Color convert

RGB 66 78 92 -
CMYK 0.28 0.15 0 0.64
HSL 212.31º 0.16% 0.31% -
HSV(B) 212.31º 0.28% 0.36% -
XYZ 6.9 7.38 11.19 -
YUV 76.01 137.02 120.86 -
System Red Green Blue C M Y K H S L
Decimal 66 78 92 0.28 0.15 0 0.64 212.31 0.16 0.31
Hex 42 4E 5C 1C F 0 40 D4 10 1F
Octal 102 116 134 34 17 0 100 324 20 37
Binary 1000010 1001110 1011100 11100 1111 0 1000000 11010100 10000 11111

Color Harmonies of #424E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424E5C

Black with #424E5C

Text Example


Text Example

White with #424E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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