Html Css Color HEX #483D66 Meteorite

📋 copy color: '#483D66'

red 72 ◦ green 61 ◦ blue 102

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

Shades of Meteorite #483D66

Tints of Meteorite #483D66

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.96%

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

R = 30.64%
G = 25.96%
B = 43.4%

CMYK

 C value IS 0.29

 M value IS 0.40

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#483D66 (or 0x483D66) is known color: Meteorite. HEX triplet: 48, 3D and 66. RGB value is (72,61,102). Sum of RGB (Red+Green+Blue) = 72+61+102=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 61 (24.22% from 255 or 25.96% from 235); Blue value is 102 (40.23% from 255 or 43.40% from 235); Max value from RGB is 102 - color contains mainly: blue. Hex color #483D66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483D66 is #B7C299. Grayscale: #444444. Windows color (decimal): -12042906 or 6700360. OLE color: 6700360.

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

Color convert

RGB 72 61 102 -
CMYK 0.29 0.40 0 0.6
HSL 256.1º 0.25% 0.32% -
HSV(B) 256.1º 0.4% 0.4% -
XYZ 6.74 5.67 13.31 -
YUV 68.96 146.64 130.17 -
System Red Green Blue C M Y K H S L
Decimal 72 61 102 0.29 0.40 0 0.6 256.1 0.25 0.32
Hex 48 3D 66 1D 28 0 3C 100 19 20
Octal 110 75 146 35 50 0 74 400 31 40
Binary 1001000 111101 1100110 11101 101000 0 111100 100000000 11001 100000

Color Harmonies of #483D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483D66

Black with #483D66

Text Example


Text Example

White with #483D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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