Html Css Color HEX #42374A Jagger

📋 copy color: '#42374A'

red 66 ◦ green 55 ◦ blue 74

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

Shades of Jagger #42374A

Tints of Jagger #42374A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.21%

 BLUE value IS 74 (29.3% from 255) = 37.95%

R = 33.85%
G = 28.21%
B = 37.95%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#42374A (or 0x42374A) is known color: Jagger. HEX triplet: 42, 37 and 4A. RGB value is (66,55,74). Sum of RGB (Red+Green+Blue) = 66+55+74=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 55 (21.88% from 255 or 28.21% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 74 - color contains mainly: blue. Hex color #42374A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42374A is #BDC8B5. Grayscale: #3C3C3C. Windows color (decimal): -12437686 or 4863810. OLE color: 4863810.

HSL color Cylindrical-coordinate representation of color #42374A: hue angle of 274.74º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #42374A is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 55 74 -
CMYK 0.11 0.26 0 0.71
HSL 274.74º 0.15% 0.25% -
HSV(B) 274.74º 0.26% 0.29% -
XYZ 4.85 4.39 7.07 -
YUV 60.46 135.64 131.96 -
System Red Green Blue C M Y K H S L
Decimal 66 55 74 0.11 0.26 0 0.71 274.74 0.15 0.25
Hex 42 37 4A B 1A 0 47 113 F 19
Octal 102 67 112 13 32 0 107 423 17 31
Binary 1000010 110111 1001010 1011 11010 0 1000111 100010011 1111 11001

Color Harmonies of #42374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42374A

Black with #42374A

Text Example


Text Example

White with #42374A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42374A; }

 p { color: rgb(66,55,74); }

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

background-color css

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

 a { background-color: rgb(66,55,74); }

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

border-color css

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

 span { border-color: rgb(66,55,74); }

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