Html Css Color HEX #42304A Jagger

📋 copy color: '#42304A'

red 66 ◦ green 48 ◦ blue 74

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

Shades of Jagger #42304A

Tints of Jagger #42304A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.53%

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

R = 35.11%
G = 25.53%
B = 39.36%

CMYK

 C value IS 0.11

 M value IS 0.35

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#42304A (or 0x42304A) is known color: Jagger. HEX triplet: 42, 30 and 4A. RGB value is (66,48,74). Sum of RGB (Red+Green+Blue) = 66+48+74=188 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.11% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 74 - color contains mainly: blue. Hex color #42304A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42304A is #BDCFB5. Grayscale: #383838. Windows color (decimal): -12439478 or 4862018. OLE color: 4862018.

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

Color convert

RGB 66 48 74 -
CMYK 0.11 0.35 0 0.71
HSL 281.54º 0.21% 0.24% -
HSV(B) 281.54º 0.35% 0.29% -
XYZ 4.54 3.77 6.97 -
YUV 56.35 137.96 134.89 -
System Red Green Blue C M Y K H S L
Decimal 66 48 74 0.11 0.35 0 0.71 281.54 0.21 0.24
Hex 42 30 4A B 23 0 47 11A 15 18
Octal 102 60 112 13 43 0 107 432 25 30
Binary 1000010 110000 1001010 1011 100011 0 1000111 100011010 10101 11000

Color Harmonies of #42304A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42304A

Black with #42304A

Text Example


Text Example

White with #42304A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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