Html Css Color HEX #42364A Jagger

📋 copy color: '#42364A'

red 66 ◦ green 54 ◦ blue 74

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

Shades of Jagger #42364A

Tints of Jagger #42364A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.84%

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

R = 34.02%
G = 27.84%
B = 38.14%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#42364A (or 0x42364A) is known color: Jagger. HEX triplet: 42, 36 and 4A. RGB value is (66,54,74). Sum of RGB (Red+Green+Blue) = 66+54+74=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 54 (21.48% from 255 or 27.84% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 74 - color contains mainly: blue. Hex color #42364A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42364A is #BDC9B5. Grayscale: #3B3B3B. Windows color (decimal): -12437942 or 4863554. OLE color: 4863554.

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

Color convert

RGB 66 54 74 -
CMYK 0.11 0.27 0 0.71
HSL 276º 0.16% 0.25% -
HSV(B) 276º 0.27% 0.29% -
XYZ 4.8 4.29 7.05 -
YUV 59.87 135.98 132.37 -
System Red Green Blue C M Y K H S L
Decimal 66 54 74 0.11 0.27 0 0.71 276 0.16 0.25
Hex 42 36 4A B 1B 0 47 114 10 19
Octal 102 66 112 13 33 0 107 424 20 31
Binary 1000010 110110 1001010 1011 11011 0 1000111 100010100 10000 11001

Color Harmonies of #42364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42364A

Black with #42364A

Text Example


Text Example

White with #42364A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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