Html Css Color HEX #483E60 Meteorite

📋 copy color: '#483E60'

red 72 ◦ green 62 ◦ blue 96

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

Shades of Meteorite #483E60

Tints of Meteorite #483E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 41.74%

R = 31.3%
G = 26.96%
B = 41.74%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#483E60 (or 0x483E60) is known color: Meteorite. HEX triplet: 48, 3E and 60. RGB value is (72,62,96). Sum of RGB (Red+Green+Blue) = 72+62+96=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 62 (24.61% from 255 or 26.96% from 230); Blue value is 96 (37.89% from 255 or 41.74% from 230); Max value from RGB is 96 - color contains mainly: blue. Hex color #483E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483E60 is #B7C19F. Grayscale: #444444. Windows color (decimal): -12042656 or 6307400. OLE color: 6307400.

HSL color Cylindrical-coordinate representation of color #483E60: hue angle of 257.65º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #483E60 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 62 96 -
CMYK 0.25 0.35 0 0.62
HSL 257.65º 0.22% 0.31% -
HSV(B) 257.65º 0.35% 0.38% -
XYZ 6.51 5.67 11.82 -
YUV 68.87 143.31 130.24 -
System Red Green Blue C M Y K H S L
Decimal 72 62 96 0.25 0.35 0 0.62 257.65 0.22 0.31
Hex 48 3E 60 19 23 0 3E 102 16 1F
Octal 110 76 140 31 43 0 76 402 26 37
Binary 1001000 111110 1100000 11001 100011 0 111110 100000010 10110 11111

Color Harmonies of #483E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483E60

Black with #483E60

Text Example


Text Example

White with #483E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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