Html Css Color HEX #4B3F63 Meteorite

📋 copy color: '#4B3F63'

red 75 ◦ green 63 ◦ blue 99

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

Shades of Meteorite #4B3F63

Tints of Meteorite #4B3F63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 41.77%

R = 31.65%
G = 26.58%
B = 41.77%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#4B3F63 (or 0x4B3F63) is known color: Meteorite. HEX triplet: 4B, 3F and 63. RGB value is (75,63,99). Sum of RGB (Red+Green+Blue) = 75+63+99=237 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.65% from 237); Green value is 63 (25% from 255 or 26.58% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 99 - color contains mainly: blue. Hex color #4B3F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3F63 is #B4C09C. Grayscale: #464646. Windows color (decimal): -11845789 or 6504267. OLE color: 6504267.

HSL color Cylindrical-coordinate representation of color #4B3F63: hue angle of 260º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B3F63 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 75 63 99 -
CMYK 0.24 0.36 0 0.61
HSL 260º 0.22% 0.32% -
HSV(B) 260º 0.36% 0.39% -
XYZ 6.93 5.95 12.59 -
YUV 70.69 143.98 131.07 -
System Red Green Blue C M Y K H S L
Decimal 75 63 99 0.24 0.36 0 0.61 260 0.22 0.32
Hex 4B 3F 63 18 24 0 3D 104 16 20
Octal 113 77 143 30 44 0 75 404 26 40
Binary 1001011 111111 1100011 11000 100100 0 111101 100000100 10110 100000

Color Harmonies of #4B3F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3F63

Black with #4B3F63

Text Example


Text Example

White with #4B3F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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