Html Css Color HEX #4B4262 Meteorite

📋 copy color: '#4B4262'

red 75 ◦ green 66 ◦ blue 98

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

Shades of Meteorite #4B4262

Tints of Meteorite #4B4262

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.62%

 BLUE value IS 98 (38.67% from 255) = 41%

R = 31.38%
G = 27.62%
B = 41%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4B4262 (or 0x4B4262) is known color: Meteorite. HEX triplet: 4B, 42 and 62. RGB value is (75,66,98). Sum of RGB (Red+Green+Blue) = 75+66+98=239 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.38% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 98 - color contains mainly: blue. Hex color #4B4262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4262 is #B4BD9D. Grayscale: #484848. Windows color (decimal): -11845022 or 6439499. OLE color: 6439499.

HSL color Cylindrical-coordinate representation of color #4B4262: hue angle of 256.88º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4B4262 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 75 66 98 -
CMYK 0.23 0.33 0 0.62
HSL 256.88º 0.2% 0.32% -
HSV(B) 256.88º 0.33% 0.38% -
XYZ 7.05 6.27 12.39 -
YUV 72.34 142.48 129.9 -
System Red Green Blue C M Y K H S L
Decimal 75 66 98 0.23 0.33 0 0.62 256.88 0.2 0.32
Hex 4B 42 62 17 21 0 3E 101 14 20
Octal 113 102 142 27 41 0 76 401 24 40
Binary 1001011 1000010 1100010 10111 100001 0 111110 100000001 10100 100000

Color Harmonies of #4B4262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4262

Black with #4B4262

Text Example


Text Example

White with #4B4262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,66,98); }

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

background-color css

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

 a { background-color: rgb(75,66,98); }

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

border-color css

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

 span { border-color: rgb(75,66,98); }

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