Html Css Color HEX #4B386D Meteorite

📋 copy color: '#4B386D'

red 75 ◦ green 56 ◦ blue 109

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

Shades of Meteorite #4B386D

Tints of Meteorite #4B386D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.33%

 BLUE value IS 109 (42.97% from 255) = 45.42%

R = 31.25%
G = 23.33%
B = 45.42%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4B386D (or 0x4B386D) is known color: Meteorite. HEX triplet: 4B, 38 and 6D. RGB value is (75,56,109). Sum of RGB (Red+Green+Blue) = 75+56+109=240 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.25% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 109 - color contains mainly: blue. Hex color #4B386D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B386D is #B4C792. Grayscale: #434343. Windows color (decimal): -11847571 or 7157835. OLE color: 7157835.

HSL color Cylindrical-coordinate representation of color #4B386D: hue angle of 261.51º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B386D is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 75 56 109 -
CMYK 0.31 0.49 0 0.57
HSL 261.51º 0.32% 0.32% -
HSV(B) 261.51º 0.49% 0.43% -
XYZ 7.08 5.43 15.14 -
YUV 67.72 151.29 133.19 -
System Red Green Blue C M Y K H S L
Decimal 75 56 109 0.31 0.49 0 0.57 261.51 0.32 0.32
Hex 4B 38 6D 1F 31 0 39 106 20 20
Octal 113 70 155 37 61 0 71 406 40 40
Binary 1001011 111000 1101101 11111 110001 0 111001 100000110 100000 100000

Color Harmonies of #4B386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B386D

Black with #4B386D

Text Example


Text Example

White with #4B386D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,56,109); }

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

background-color css

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

 a { background-color: rgb(75,56,109); }

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

border-color css

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

 span { border-color: rgb(75,56,109); }

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