Html Css Color HEX #483369 Meteorite

📋 copy color: '#483369'

red 72 ◦ green 51 ◦ blue 105

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

Shades of Meteorite #483369

Tints of Meteorite #483369

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.37%

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

R = 31.58%
G = 22.37%
B = 46.05%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#483369 (or 0x483369) is known color: Meteorite. HEX triplet: 48, 33 and 69. RGB value is (72,51,105). Sum of RGB (Red+Green+Blue) = 72+51+105=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 105 (41.41% from 255 or 46.05% from 228); Max value from RGB is 105 - color contains mainly: blue. Hex color #483369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483369 is #B7CC96. Grayscale: #3F3F3F. Windows color (decimal): -12045463 or 6894408. OLE color: 6894408.

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

Color convert

RGB 72 51 105 -
CMYK 0.31 0.51 0 0.59
HSL 263.33º 0.35% 0.31% -
HSV(B) 263.33º 0.51% 0.41% -
XYZ 6.41 4.77 13.95 -
YUV 63.44 151.46 134.11 -
System Red Green Blue C M Y K H S L
Decimal 72 51 105 0.31 0.51 0 0.59 263.33 0.35 0.31
Hex 48 33 69 1F 33 0 3B 107 23 1F
Octal 110 63 151 37 63 0 73 407 43 37
Binary 1001000 110011 1101001 11111 110011 0 111011 100000111 100011 11111

Color Harmonies of #483369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483369

Black with #483369

Text Example


Text Example

White with #483369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483369; }

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

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

background-color css

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

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

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

border-color css

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

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

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