Html Css Color HEX #423A48 Jagger

📋 copy color: '#423A48'

red 66 ◦ green 58 ◦ blue 72

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

Shades of Jagger #423A48

Tints of Jagger #423A48

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.59%

 BLUE value IS 72 (28.52% from 255) = 36.73%

R = 33.67%
G = 29.59%
B = 36.73%

CMYK

 C value IS 0.08

 M value IS 0.19

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#423A48 (or 0x423A48) is known color: Jagger. HEX triplet: 42, 3A and 48. RGB value is (66,58,72). Sum of RGB (Red+Green+Blue) = 66+58+72=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 72 - color contains mainly: blue. Hex color #423A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423A48 is #BDC5B7. Grayscale: #3D3D3D. Windows color (decimal): -12436920 or 4733506. OLE color: 4733506.

HSL color Cylindrical-coordinate representation of color #423A48: hue angle of 274.29º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #423A48 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 58 72 -
CMYK 0.08 0.19 0 0.72
HSL 274.29º 0.11% 0.25% -
HSV(B) 274.29º 0.19% 0.28% -
XYZ 4.93 4.65 6.77 -
YUV 61.99 133.65 130.86 -
System Red Green Blue C M Y K H S L
Decimal 66 58 72 0.08 0.19 0 0.72 274.29 0.11 0.25
Hex 42 3A 48 8 13 0 48 112 B 19
Octal 102 72 110 10 23 0 110 422 13 31
Binary 1000010 111010 1001000 1000 10011 0 1001000 100010010 1011 11001

Color Harmonies of #423A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423A48

Black with #423A48

Text Example


Text Example

White with #423A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423A48; }

 p { color: rgb(66,58,72); }

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

background-color css

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

 a { background-color: rgb(66,58,72); }

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

border-color css

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

 span { border-color: rgb(66,58,72); }

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