Html Css Color HEX #483B66 Meteorite

📋 copy color: '#483B66'

red 72 ◦ green 59 ◦ blue 102

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

Shades of Meteorite #483B66

Tints of Meteorite #483B66

RGB

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

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

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

R = 30.9%
G = 25.32%
B = 43.78%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#483B66 (or 0x483B66) is known color: Meteorite. HEX triplet: 48, 3B and 66. RGB value is (72,59,102). Sum of RGB (Red+Green+Blue) = 72+59+102=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 59 (23.44% from 255 or 25.32% from 233); Blue value is 102 (40.23% from 255 or 43.78% from 233); Max value from RGB is 102 - color contains mainly: blue. Hex color #483B66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483B66 is #B7C499. Grayscale: #434343. Windows color (decimal): -12043418 or 6699848. OLE color: 6699848.

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

Color convert

RGB 72 59 102 -
CMYK 0.29 0.42 0 0.6
HSL 258.14º 0.27% 0.32% -
HSV(B) 258.14º 0.42% 0.4% -
XYZ 6.63 5.46 13.28 -
YUV 67.79 147.31 131 -
System Red Green Blue C M Y K H S L
Decimal 72 59 102 0.29 0.42 0 0.6 258.14 0.27 0.32
Hex 48 3B 66 1D 2A 0 3C 102 1B 20
Octal 110 73 146 35 52 0 74 402 33 40
Binary 1001000 111011 1100110 11101 101010 0 111100 100000010 11011 100000

Color Harmonies of #483B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483B66

Black with #483B66

Text Example


Text Example

White with #483B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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