Html Css Color HEX #483585 Blue Gem

📋 copy color: '#483585'

red 72 ◦ green 53 ◦ blue 133

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

Shades of Blue Gem #483585

Tints of Blue Gem #483585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 51.55%

R = 27.91%
G = 20.54%
B = 51.55%

CMYK

 C value IS 0.46

 M value IS 0.60

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#483585 (or 0x483585) is known color: Blue Gem. HEX triplet: 48, 35 and 85. RGB value is (72,53,133). Sum of RGB (Red+Green+Blue) = 72+53+133=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 133 (52.34% from 255 or 51.55% from 258); Max value from RGB is 133 - color contains mainly: blue. Hex color #483585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483585 is #B7CA7A. Grayscale: #434343. Windows color (decimal): -12044923 or 8729928. OLE color: 8729928.

HSL color Cylindrical-coordinate representation of color #483585: hue angle of 254.25º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #483585 is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 53 133 -
CMYK 0.46 0.60 0 0.48
HSL 254.25º 0.43% 0.36% -
HSV(B) 254.25º 0.6% 0.52% -
XYZ 8.18 5.62 22.84 -
YUV 67.8 164.79 131 -
System Red Green Blue C M Y K H S L
Decimal 72 53 133 0.46 0.60 0 0.48 254.25 0.43 0.36
Hex 48 35 85 2E 3C 0 30 FE 2B 24
Octal 110 65 205 56 74 0 60 376 53 44
Binary 1001000 110101 10000101 101110 111100 0 110000 11111110 101011 100100

Color Harmonies of #483585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483585

Black with #483585

Text Example


Text Example

White with #483585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483585; }

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

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

background-color css

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

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

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

border-color css

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

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

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