Html Css Color HEX #483669 Meteorite

📋 copy color: '#483669'

red 72 ◦ green 54 ◦ blue 105

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

Shades of Meteorite #483669

Tints of Meteorite #483669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 45.45%

R = 31.17%
G = 23.38%
B = 45.45%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#483669 (or 0x483669) is known color: Meteorite. HEX triplet: 48, 36 and 69. RGB value is (72,54,105). Sum of RGB (Red+Green+Blue) = 72+54+105=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 105 (41.41% from 255 or 45.45% from 231); Max value from RGB is 105 - color contains mainly: blue. Hex color #483669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483669 is #B7C996. Grayscale: #414141. Windows color (decimal): -12044695 or 6895176. OLE color: 6895176.

HSL color Cylindrical-coordinate representation of color #483669: hue angle of 261.18º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #483669 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 54 105 -
CMYK 0.31 0.49 0 0.59
HSL 261.18º 0.32% 0.31% -
HSV(B) 261.18º 0.49% 0.41% -
XYZ 6.54 5.04 13.99 -
YUV 65.2 150.46 132.85 -
System Red Green Blue C M Y K H S L
Decimal 72 54 105 0.31 0.49 0 0.59 261.18 0.32 0.31
Hex 48 36 69 1F 31 0 3B 105 20 1F
Octal 110 66 151 37 61 0 73 405 40 37
Binary 1001000 110110 1101001 11111 110001 0 111011 100000101 100000 11111

Color Harmonies of #483669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483669

Black with #483669

Text Example


Text Example

White with #483669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483669; }

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

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

background-color css

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

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

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

border-color css

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

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

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