Html Css Color HEX #483762 Meteorite

📋 copy color: '#483762'

red 72 ◦ green 55 ◦ blue 98

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

Shades of Meteorite #483762

Tints of Meteorite #483762

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.44%

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

R = 32%
G = 24.44%
B = 43.56%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#483762 (or 0x483762) is known color: Meteorite. HEX triplet: 48, 37 and 62. RGB value is (72,55,98). Sum of RGB (Red+Green+Blue) = 72+55+98=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 98 - color contains mainly: blue. Hex color #483762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483762 is #B7C89D. Grayscale: #404040. Windows color (decimal): -12044446 or 6436680. OLE color: 6436680.

HSL color Cylindrical-coordinate representation of color #483762: hue angle of 263.72º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #483762 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 55 98 -
CMYK 0.27 0.44 0 0.62
HSL 263.72º 0.28% 0.3% -
HSV(B) 263.72º 0.44% 0.38% -
XYZ 6.24 4.99 12.19 -
YUV 64.99 146.63 133 -
System Red Green Blue C M Y K H S L
Decimal 72 55 98 0.27 0.44 0 0.62 263.72 0.28 0.3
Hex 48 37 62 1B 2C 0 3E 108 1C 1E
Octal 110 67 142 33 54 0 76 410 34 36
Binary 1001000 110111 1100010 11011 101100 0 111110 100001000 11100 11110

Color Harmonies of #483762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483762

Black with #483762

Text Example


Text Example

White with #483762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483762; }

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

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

background-color css

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

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

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

border-color css

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

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

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