Html Css Color HEX #42304B Jagger

📋 copy color: '#42304B'

red 66 ◦ green 48 ◦ blue 75

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

Shades of Jagger #42304B

Tints of Jagger #42304B

RGB

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

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

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

R = 34.92%
G = 25.4%
B = 39.68%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#42304B (or 0x42304B) is known color: Jagger. HEX triplet: 42, 30 and 4B. RGB value is (66,48,75). Sum of RGB (Red+Green+Blue) = 66+48+75=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 75 - color contains mainly: blue. Hex color #42304B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42304B is #BDCFB4. Grayscale: #383838. Windows color (decimal): -12439477 or 4927554. OLE color: 4927554.

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

Color convert

RGB 66 48 75 -
CMYK 0.12 0.36 0 0.71
HSL 280º 0.22% 0.24% -
HSV(B) 280º 0.36% 0.29% -
XYZ 4.57 3.78 7.15 -
YUV 56.46 138.46 134.8 -
System Red Green Blue C M Y K H S L
Decimal 66 48 75 0.12 0.36 0 0.71 280 0.22 0.24
Hex 42 30 4B C 24 0 47 118 16 18
Octal 102 60 113 14 44 0 107 430 26 30
Binary 1000010 110000 1001011 1100 100100 0 1000111 100011000 10110 11000

Color Harmonies of #42304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42304B

Black with #42304B

Text Example


Text Example

White with #42304B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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