Html Css Color HEX #42364F Jagger

📋 copy color: '#42364F'

red 66 ◦ green 54 ◦ blue 79

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

Shades of Jagger #42364F

Tints of Jagger #42364F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 39.7%

R = 33.17%
G = 27.14%
B = 39.7%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#42364F (or 0x42364F) is known color: Jagger. HEX triplet: 42, 36 and 4F. RGB value is (66,54,79). Sum of RGB (Red+Green+Blue) = 66+54+79=199 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.17% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 79 (31.25% from 255 or 39.70% from 199); Max value from RGB is 79 - color contains mainly: blue. Hex color #42364F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42364F is #BDC9B0. Grayscale: #3C3C3C. Windows color (decimal): -12437937 or 5191234. OLE color: 5191234.

HSL color Cylindrical-coordinate representation of color #42364F: hue angle of 268.8º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #42364F is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 54 79 -
CMYK 0.16 0.32 0 0.69
HSL 268.8º 0.19% 0.26% -
HSV(B) 268.8º 0.32% 0.31% -
XYZ 4.98 4.36 7.98 -
YUV 60.44 138.48 131.97 -
System Red Green Blue C M Y K H S L
Decimal 66 54 79 0.16 0.32 0 0.69 268.8 0.19 0.26
Hex 42 36 4F 10 20 0 45 10D 13 1A
Octal 102 66 117 20 40 0 105 415 23 32
Binary 1000010 110110 1001111 10000 100000 0 1000101 100001101 10011 11010

Color Harmonies of #42364F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42364F

Black with #42364F

Text Example


Text Example

White with #42364F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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