Html Css Color HEX #424E50 Casal

📋 copy color: '#424E50'

red 66 ◦ green 78 ◦ blue 80

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

Shades of Casal #424E50

Tints of Casal #424E50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 35.71%

R = 29.46%
G = 34.82%
B = 35.71%

CMYK

 C value IS 0.17

 M value IS 0.02

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#424E50 (or 0x424E50) is known color: Casal. HEX triplet: 42, 4E and 50. RGB value is (66,78,80). Sum of RGB (Red+Green+Blue) = 66+78+80=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 78 (30.86% from 255 or 34.82% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 80 - color contains mainly: blue. Hex color #424E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424E50 is #BDB1AF. Grayscale: #4A4A4A. Windows color (decimal): -12431792 or 5262914. OLE color: 5262914.

HSL color Cylindrical-coordinate representation of color #424E50: hue angle of 188.57º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #424E50 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 78 80 -
CMYK 0.17 0.02 0 0.69
HSL 188.57º 0.1% 0.29% -
HSV(B) 188.57º 0.18% 0.31% -
XYZ 6.42 7.19 8.64 -
YUV 74.64 131.02 121.84 -
System Red Green Blue C M Y K H S L
Decimal 66 78 80 0.17 0.02 0 0.69 188.57 0.1 0.29
Hex 42 4E 50 11 2 0 45 BD A 1D
Octal 102 116 120 21 2 0 105 275 12 35
Binary 1000010 1001110 1010000 10001 10 0 1000101 10111101 1010 11101

Color Harmonies of #424E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424E50

Black with #424E50

Text Example


Text Example

White with #424E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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