Html Css Color HEX #483E68 Meteorite

📋 copy color: '#483E68'

red 72 ◦ green 62 ◦ blue 104

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

Shades of Meteorite #483E68

Tints of Meteorite #483E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 43.7%

R = 30.25%
G = 26.05%
B = 43.7%

CMYK

 C value IS 0.31

 M value IS 0.40

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#483E68 (or 0x483E68) is known color: Meteorite. HEX triplet: 48, 3E and 68. RGB value is (72,62,104). Sum of RGB (Red+Green+Blue) = 72+62+104=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 62 (24.61% from 255 or 26.05% from 238); Blue value is 104 (41.02% from 255 or 43.70% from 238); Max value from RGB is 104 - color contains mainly: blue. Hex color #483E68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483E68 is #B7C197. Grayscale: #454545. Windows color (decimal): -12042648 or 6831688. OLE color: 6831688.

HSL color Cylindrical-coordinate representation of color #483E68: hue angle of 254.29º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #483E68 is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 62 104 -
CMYK 0.31 0.40 0 0.59
HSL 254.29º 0.25% 0.33% -
HSV(B) 254.29º 0.4% 0.41% -
XYZ 6.89 5.82 13.86 -
YUV 69.78 147.31 129.58 -
System Red Green Blue C M Y K H S L
Decimal 72 62 104 0.31 0.40 0 0.59 254.29 0.25 0.33
Hex 48 3E 68 1F 28 0 3B FE 19 21
Octal 110 76 150 37 50 0 73 376 31 41
Binary 1001000 111110 1101000 11111 101000 0 111011 11111110 11001 100001

Color Harmonies of #483E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483E68

Black with #483E68

Text Example


Text Example

White with #483E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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