Html Css Color HEX #424F51 Casal

📋 copy color: '#424F51'

red 66 ◦ green 79 ◦ blue 81

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

Shades of Casal #424F51

Tints of Casal #424F51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 35.84%

R = 29.2%
G = 34.96%
B = 35.84%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#424F51 (or 0x424F51) is known color: Casal. HEX triplet: 42, 4F and 51. RGB value is (66,79,81). Sum of RGB (Red+Green+Blue) = 66+79+81=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 79 (31.25% from 255 or 34.96% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 81 - color contains mainly: blue. Hex color #424F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424F51 is #BDB0AE. Grayscale: #4B4B4B. Windows color (decimal): -12431535 or 5328706. OLE color: 5328706.

HSL color Cylindrical-coordinate representation of color #424F51: hue angle of 188º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #424F51 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 79 81 -
CMYK 0.19 0.02 0 0.68
HSL 188º 0.1% 0.29% -
HSV(B) 188º 0.19% 0.32% -
XYZ 6.53 7.34 8.86 -
YUV 75.34 131.19 121.34 -
System Red Green Blue C M Y K H S L
Decimal 66 79 81 0.19 0.02 0 0.68 188 0.1 0.29
Hex 42 4F 51 13 2 0 44 BC A 1D
Octal 102 117 121 23 2 0 104 274 12 35
Binary 1000010 1001111 1010001 10011 10 0 1000100 10111100 1010 11101

Color Harmonies of #424F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424F51

Black with #424F51

Text Example


Text Example

White with #424F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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