Html Css Color HEX #424F52 Casal

📋 copy color: '#424F52'

red 66 ◦ green 79 ◦ blue 82

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

Shades of Casal #424F52

Tints of Casal #424F52

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.8%

 BLUE value IS 82 (32.42% from 255) = 36.12%

R = 29.07%
G = 34.8%
B = 36.12%

CMYK

 C value IS 0.20

 M value IS 0.04

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#424F52 (or 0x424F52) is known color: Casal. HEX triplet: 42, 4F and 52. RGB value is (66,79,82). Sum of RGB (Red+Green+Blue) = 66+79+82=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 79 (31.25% from 255 or 34.80% from 227); Blue value is 82 (32.42% from 255 or 36.12% from 227); Max value from RGB is 82 - color contains mainly: blue. Hex color #424F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424F52 is #BDB0AD. Grayscale: #4B4B4B. Windows color (decimal): -12431534 or 5394242. OLE color: 5394242.

HSL color Cylindrical-coordinate representation of color #424F52: hue angle of 191.25º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #424F52 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 79 82 -
CMYK 0.20 0.04 0 0.68
HSL 191.25º 0.11% 0.29% -
HSV(B) 191.25º 0.2% 0.32% -
XYZ 6.57 7.36 9.06 -
YUV 75.46 131.69 121.26 -
System Red Green Blue C M Y K H S L
Decimal 66 79 82 0.20 0.04 0 0.68 191.25 0.11 0.29
Hex 42 4F 52 14 4 0 44 BF B 1D
Octal 102 117 122 24 4 0 104 277 13 35
Binary 1000010 1001111 1010010 10100 100 0 1000100 10111111 1011 11101

Color Harmonies of #424F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424F52

Black with #424F52

Text Example


Text Example

White with #424F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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