Html Css Color HEX #483467 Meteorite

📋 copy color: '#483467'

red 72 ◦ green 52 ◦ blue 103

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

Shades of Meteorite #483467

Tints of Meteorite #483467

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.91%

 BLUE value IS 103 (40.63% from 255) = 45.37%

R = 31.72%
G = 22.91%
B = 45.37%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#483467 (or 0x483467) is known color: Meteorite. HEX triplet: 48, 34 and 67. RGB value is (72,52,103). Sum of RGB (Red+Green+Blue) = 72+52+103=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 103 (40.62% from 255 or 45.37% from 227); Max value from RGB is 103 - color contains mainly: blue. Hex color #483467 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483467 is #B7CB98. Grayscale: #3F3F3F. Windows color (decimal): -12045209 or 6763592. OLE color: 6763592.

HSL color Cylindrical-coordinate representation of color #483467: hue angle of 263.53º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #483467 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 52 103 -
CMYK 0.30 0.50 0 0.60
HSL 263.53º 0.33% 0.3% -
HSV(B) 263.53º 0.5% 0.4% -
XYZ 6.35 4.81 13.43 -
YUV 63.79 150.13 133.85 -
System Red Green Blue C M Y K H S L
Decimal 72 52 103 0.30 0.50 0 0.60 263.53 0.33 0.3
Hex 48 34 67 1E 32 0 3C 108 21 1E
Octal 110 64 147 36 62 0 74 410 41 36
Binary 1001000 110100 1100111 11110 110010 0 111100 100001000 100001 11110

Color Harmonies of #483467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483467

Black with #483467

Text Example


Text Example

White with #483467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483467; }

 p { color: rgb(72,52,103); }

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

background-color css

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

 a { background-color: rgb(72,52,103); }

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

border-color css

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

 span { border-color: rgb(72,52,103); }

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