Html Css Color HEX #42364B Jagger

📋 copy color: '#42364B'

red 66 ◦ green 54 ◦ blue 75

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

Shades of Jagger #42364B

Tints of Jagger #42364B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 38.46%

R = 33.85%
G = 27.69%
B = 38.46%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#42364B (or 0x42364B) is known color: Jagger. HEX triplet: 42, 36 and 4B. RGB value is (66,54,75). Sum of RGB (Red+Green+Blue) = 66+54+75=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 75 (29.69% from 255 or 38.46% from 195); Max value from RGB is 75 - color contains mainly: blue. Hex color #42364B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42364B is #BDC9B4. Grayscale: #3B3B3B. Windows color (decimal): -12437941 or 4929090. OLE color: 4929090.

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

Color convert

RGB 66 54 75 -
CMYK 0.12 0.28 0 0.71
HSL 274.29º 0.16% 0.25% -
HSV(B) 274.29º 0.28% 0.29% -
XYZ 4.84 4.3 7.23 -
YUV 59.98 136.48 132.29 -
System Red Green Blue C M Y K H S L
Decimal 66 54 75 0.12 0.28 0 0.71 274.29 0.16 0.25
Hex 42 36 4B C 1C 0 47 112 10 19
Octal 102 66 113 14 34 0 107 422 20 31
Binary 1000010 110110 1001011 1100 11100 0 1000111 100010010 10000 11001

Color Harmonies of #42364B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42364B

Black with #42364B

Text Example


Text Example

White with #42364B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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