Html Css Color HEX #483E71 Meteorite

📋 copy color: '#483E71'

red 72 ◦ green 62 ◦ blue 113

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

Shades of Meteorite #483E71

Tints of Meteorite #483E71

RGB

 RED value IS 72 (28.52% from 255) = 29.15%

 GREEN value IS 62 (24.61% from 255) = 25.1%

 BLUE value IS 113 (44.53% from 255) = 45.75%

R = 29.15%
G = 25.1%
B = 45.75%

CMYK

 C value IS 0.36

 M value IS 0.45

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#483E71 (or 0x483E71) is known color: Meteorite. HEX triplet: 48, 3E and 71. RGB value is (72,62,113). Sum of RGB (Red+Green+Blue) = 72+62+113=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 62 (24.61% from 255 or 25.10% from 247); Blue value is 113 (44.53% from 255 or 45.75% from 247); Max value from RGB is 113 - color contains mainly: blue. Hex color #483E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483E71 is #B7C18E. Grayscale: #464646. Windows color (decimal): -12042639 or 7421512. OLE color: 7421512.

HSL color Cylindrical-coordinate representation of color #483E71: hue angle of 251.76º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #483E71 is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 62 113 -
CMYK 0.36 0.45 0 0.56
HSL 251.76º 0.29% 0.34% -
HSV(B) 251.76º 0.45% 0.44% -
XYZ 7.38 6.02 16.4 -
YUV 70.8 151.81 128.85 -
System Red Green Blue C M Y K H S L
Decimal 72 62 113 0.36 0.45 0 0.56 251.76 0.29 0.34
Hex 48 3E 71 24 2D 0 38 FC 1D 22
Octal 110 76 161 44 55 0 70 374 35 42
Binary 1001000 111110 1110001 100100 101101 0 111000 11111100 11101 100010

Color Harmonies of #483E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483E71

Black with #483E71

Text Example


Text Example

White with #483E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483E71; }

 p { color: rgb(72,62,113); }

 H1.HeaderClassName
 {
   color: #483E71;
 }
 .AnyTagClassName
 {
   color: #483E71;
 }
</style>

background-color css

<style>
 a { background-color: #483E71; }

 a { background-color: rgb(72,62,113); }

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

border-color css

<style>
 span { border-color: #483E71; }

 span { border-color: rgb(72,62,113); }

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