Html Css Color HEX #40304B Jagger

📋 copy color: '#40304B'

red 64 ◦ green 48 ◦ blue 75

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

Shades of Jagger #40304B

Tints of Jagger #40304B

RGB

 RED value IS 64 (25.39% from 255) = 34.22%

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

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

R = 34.22%
G = 25.67%
B = 40.11%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#40304B (or 0x40304B) is known color: Jagger. HEX triplet: 40, 30 and 4B. RGB value is (64,48,75). Sum of RGB (Red+Green+Blue) = 64+48+75=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 75 - color contains mainly: blue. Hex color #40304B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40304B is #BFCFB4. Grayscale: #373737. Windows color (decimal): -12570549 or 4927552. OLE color: 4927552.

HSL color Cylindrical-coordinate representation of color #40304B: hue angle of 275.56º 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 #40304B is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 48 75 -
CMYK 0.15 0.36 0 0.71
HSL 275.56º 0.22% 0.24% -
HSV(B) 275.56º 0.36% 0.29% -
XYZ 4.44 3.71 7.14 -
YUV 55.86 138.8 133.8 -
System Red Green Blue C M Y K H S L
Decimal 64 48 75 0.15 0.36 0 0.71 275.56 0.22 0.24
Hex 40 30 4B F 24 0 47 114 16 18
Octal 100 60 113 17 44 0 107 424 26 30
Binary 1000000 110000 1001011 1111 100100 0 1000111 100010100 10110 11000

Color Harmonies of #40304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40304B

Black with #40304B

Text Example


Text Example

White with #40304B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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