Html Css Color HEX #4B3F76 Meteorite

📋 copy color: '#4B3F76'

red 75 ◦ green 63 ◦ blue 118

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

Shades of Meteorite #4B3F76

Tints of Meteorite #4B3F76

RGB

 RED value IS 75 (29.69% from 255) = 29.3%

 GREEN value IS 63 (25% from 255) = 24.61%

 BLUE value IS 118 (46.48% from 255) = 46.09%

R = 29.3%
G = 24.61%
B = 46.09%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4B3F76 (or 0x4B3F76) is known color: Meteorite. HEX triplet: 4B, 3F and 76. RGB value is (75,63,118). Sum of RGB (Red+Green+Blue) = 75+63+118=256 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.30% from 256); Green value is 63 (25% from 255 or 24.61% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 118 - color contains mainly: blue. Hex color #4B3F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3F76 is #B4C089. Grayscale: #484848. Windows color (decimal): -11845770 or 7749451. OLE color: 7749451.

HSL color Cylindrical-coordinate representation of color #4B3F76: hue angle of 253.09º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B3F76 is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 75 63 118 -
CMYK 0.36 0.47 0 0.54
HSL 253.09º 0.3% 0.35% -
HSV(B) 253.09º 0.47% 0.46% -
XYZ 7.95 6.36 17.95 -
YUV 72.86 153.48 129.53 -
System Red Green Blue C M Y K H S L
Decimal 75 63 118 0.36 0.47 0 0.54 253.09 0.3 0.35
Hex 4B 3F 76 24 2F 0 36 FD 1E 23
Octal 113 77 166 44 57 0 66 375 36 43
Binary 1001011 111111 1110110 100100 101111 0 110110 11111101 11110 100011

Color Harmonies of #4B3F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3F76

Black with #4B3F76

Text Example


Text Example

White with #4B3F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,63,118); }

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

background-color css

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

 a { background-color: rgb(75,63,118); }

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

border-color css

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

 span { border-color: rgb(75,63,118); }

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