Html Css Color HEX #423444 Fuscous Grey

📋 copy color: '#423444'

red 66 ◦ green 52 ◦ blue 68

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

Shades of Fuscous Grey #423444

Tints of Fuscous Grey #423444

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.96%

 BLUE value IS 68 (26.95% from 255) = 36.56%

R = 35.48%
G = 27.96%
B = 36.56%

CMYK

 C value IS 0.03

 M value IS 0.24

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#423444 (or 0x423444) is known color: Fuscous Grey. HEX triplet: 42, 34 and 44. RGB value is (66,52,68). Sum of RGB (Red+Green+Blue) = 66+52+68=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 68 - color contains mainly: blue. Hex color #423444 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423444 is #BDCBBB. Grayscale: #393939. Windows color (decimal): -12438460 or 4469826. OLE color: 4469826.

HSL color Cylindrical-coordinate representation of color #423444: hue angle of 292.5º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #423444 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 52 68 -
CMYK 0.03 0.24 0 0.73
HSL 292.5º 0.13% 0.24% -
HSV(B) 292.5º 0.24% 0.27% -
XYZ 4.52 4.03 6.01 -
YUV 58.01 133.64 133.7 -
System Red Green Blue C M Y K H S L
Decimal 66 52 68 0.03 0.24 0 0.73 292.5 0.13 0.24
Hex 42 34 44 3 18 0 49 124 D 18
Octal 102 64 104 3 30 0 111 444 15 30
Binary 1000010 110100 1000100 11 11000 0 1001001 100100100 1101 11000

Color Harmonies of #423444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423444

Black with #423444

Text Example


Text Example

White with #423444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423444; }

 p { color: rgb(66,52,68); }

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

background-color css

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

 a { background-color: rgb(66,52,68); }

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

border-color css

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

 span { border-color: rgb(66,52,68); }

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