Html Css Color HEX #483B62 Meteorite

📋 copy color: '#483B62'

red 72 ◦ green 59 ◦ blue 98

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

Shades of Meteorite #483B62

Tints of Meteorite #483B62

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.76%

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

R = 31.44%
G = 25.76%
B = 42.79%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#483B62 (or 0x483B62) is known color: Meteorite. HEX triplet: 48, 3B and 62. RGB value is (72,59,98). Sum of RGB (Red+Green+Blue) = 72+59+98=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 59 (23.44% from 255 or 25.76% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 98 - color contains mainly: blue. Hex color #483B62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483B62 is #B7C49D. Grayscale: #434343. Windows color (decimal): -12043422 or 6437704. OLE color: 6437704.

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

Color convert

RGB 72 59 98 -
CMYK 0.27 0.40 0 0.62
HSL 260º 0.25% 0.31% -
HSV(B) 260º 0.4% 0.38% -
XYZ 6.44 5.39 12.26 -
YUV 67.33 145.31 131.33 -
System Red Green Blue C M Y K H S L
Decimal 72 59 98 0.27 0.40 0 0.62 260 0.25 0.31
Hex 48 3B 62 1B 28 0 3E 104 19 1F
Octal 110 73 142 33 50 0 76 404 31 37
Binary 1001000 111011 1100010 11011 101000 0 111110 100000100 11001 11111

Color Harmonies of #483B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483B62

Black with #483B62

Text Example


Text Example

White with #483B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,59,98); }

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

background-color css

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

 a { background-color: rgb(72,59,98); }

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

border-color css

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

 span { border-color: rgb(72,59,98); }

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