Html Css Color HEX #4A304B Hot Purple

📋 copy color: '#4A304B'

red 74 ◦ green 48 ◦ blue 75

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

Shades of Hot Purple #4A304B

Tints of Hot Purple #4A304B

RGB

 RED value IS 74 (29.3% from 255) = 37.56%

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

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

R = 37.56%
G = 24.37%
B = 38.07%

CMYK

 C value IS 0.01

 M value IS 0.36

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#4A304B (or 0x4A304B) is known color: Hot Purple. HEX triplet: 4A, 30 and 4B. RGB value is (74,48,75). Sum of RGB (Red+Green+Blue) = 74+48+75=197 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.56% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 75 - color contains mainly: blue. Hex color #4A304B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A304B is #B5CFB4. Grayscale: #3A3A3A. Windows color (decimal): -11915189 or 4927562. OLE color: 4927562.

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

Color convert

RGB 74 48 75 -
CMYK 0.01 0.36 0 0.71
HSL 297.78º 0.22% 0.24% -
HSV(B) 297.78º 0.36% 0.29% -
XYZ 5.15 4.08 7.17 -
YUV 58.85 137.11 138.8 -
System Red Green Blue C M Y K H S L
Decimal 74 48 75 0.01 0.36 0 0.71 297.78 0.22 0.24
Hex 4A 30 4B 1 24 0 47 12A 16 18
Octal 112 60 113 1 44 0 107 452 26 30
Binary 1001010 110000 1001011 1 100100 0 1000111 100101010 10110 11000

Color Harmonies of #4A304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A304B

Black with #4A304B

Text Example


Text Example

White with #4A304B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A304B; }

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

 H1.HeaderClassName
 {
   color: #4A304B;
 }
 .AnyTagClassName
 {
   color: #4A304B;
 }
</style>

background-color css

<style>
 a { background-color: #4A304B; }

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

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

border-color css

<style>
 span { border-color: #4A304B; }

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

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