Html Css Color HEX #483568 Meteorite

📋 copy color: '#483568'

red 72 ◦ green 53 ◦ blue 104

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

Shades of Meteorite #483568

Tints of Meteorite #483568

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.14%

 BLUE value IS 104 (41.02% from 255) = 45.41%

R = 31.44%
G = 23.14%
B = 45.41%

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

#483568 (or 0x483568) is known color: Meteorite. HEX triplet: 48, 35 and 68. RGB value is (72,53,104). Sum of RGB (Red+Green+Blue) = 72+53+104=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 104 - color contains mainly: blue. Hex color #483568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483568 is #B7CA97. Grayscale: #404040. Windows color (decimal): -12044952 or 6829384. OLE color: 6829384.

HSL color Cylindrical-coordinate representation of color #483568: hue angle of 262.35º 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 #483568 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 53 104 -
CMYK 0.31 0.49 0 0.59
HSL 262.35º 0.32% 0.31% -
HSV(B) 262.35º 0.49% 0.41% -
XYZ 6.44 4.92 13.71 -
YUV 64.5 150.29 133.35 -
System Red Green Blue C M Y K H S L
Decimal 72 53 104 0.31 0.49 0 0.59 262.35 0.32 0.31
Hex 48 35 68 1F 31 0 3B 106 20 1F
Octal 110 65 150 37 61 0 73 406 40 37
Binary 1001000 110101 1101000 11111 110001 0 111011 100000110 100000 11111

Color Harmonies of #483568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483568

Black with #483568

Text Example


Text Example

White with #483568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483568; }

 p { color: rgb(72,53,104); }

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

background-color css

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

 a { background-color: rgb(72,53,104); }

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

border-color css

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

 span { border-color: rgb(72,53,104); }

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