Html Css Color HEX #483666 Meteorite

📋 copy color: '#483666'

red 72 ◦ green 54 ◦ blue 102

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

Shades of Meteorite #483666

Tints of Meteorite #483666

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.68%

 BLUE value IS 102 (40.23% from 255) = 44.74%

R = 31.58%
G = 23.68%
B = 44.74%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#483666 (or 0x483666) is known color: Meteorite. HEX triplet: 48, 36 and 66. RGB value is (72,54,102). Sum of RGB (Red+Green+Blue) = 72+54+102=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 54 (21.48% from 255 or 23.68% from 228); Blue value is 102 (40.23% from 255 or 44.74% from 228); Max value from RGB is 102 - color contains mainly: blue. Hex color #483666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483666 is #B7C999. Grayscale: #404040. Windows color (decimal): -12044698 or 6698568. OLE color: 6698568.

HSL color Cylindrical-coordinate representation of color #483666: hue angle of 262.5º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #483666 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 72 54 102 -
CMYK 0.29 0.47 0 0.6
HSL 262.5º 0.31% 0.31% -
HSV(B) 262.5º 0.47% 0.4% -
XYZ 6.39 4.98 13.19 -
YUV 64.85 148.96 133.1 -
System Red Green Blue C M Y K H S L
Decimal 72 54 102 0.29 0.47 0 0.6 262.5 0.31 0.31
Hex 48 36 66 1D 2F 0 3C 106 1F 1F
Octal 110 66 146 35 57 0 74 406 37 37
Binary 1001000 110110 1100110 11101 101111 0 111100 100000110 11111 11111

Color Harmonies of #483666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483666

Black with #483666

Text Example


Text Example

White with #483666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483666; }

 p { color: rgb(72,54,102); }

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

background-color css

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

 a { background-color: rgb(72,54,102); }

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

border-color css

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

 span { border-color: rgb(72,54,102); }

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