Html Css Color HEX #483485 Blue Gem

📋 copy color: '#483485'

red 72 ◦ green 52 ◦ blue 133

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

Shades of Blue Gem #483485

Tints of Blue Gem #483485

RGB

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

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

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

R = 28.02%
G = 20.23%
B = 51.75%

CMYK

 C value IS 0.46

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#483485 (or 0x483485) is known color: Blue Gem. HEX triplet: 48, 34 and 85. RGB value is (72,52,133). Sum of RGB (Red+Green+Blue) = 72+52+133=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 133 (52.34% from 255 or 51.75% from 257); Max value from RGB is 133 - color contains mainly: blue. Hex color #483485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483485 is #B7CB7A. Grayscale: #424242. Windows color (decimal): -12045179 or 8729672. OLE color: 8729672.

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

Color convert

RGB 72 52 133 -
CMYK 0.46 0.61 0 0.48
HSL 254.81º 0.44% 0.36% -
HSV(B) 254.81º 0.61% 0.52% -
XYZ 8.13 5.53 22.83 -
YUV 67.21 165.13 131.41 -
System Red Green Blue C M Y K H S L
Decimal 72 52 133 0.46 0.61 0 0.48 254.81 0.44 0.36
Hex 48 34 85 2E 3D 0 30 FF 2C 24
Octal 110 64 205 56 75 0 60 377 54 44
Binary 1001000 110100 10000101 101110 111101 0 110000 11111111 101100 100100

Color Harmonies of #483485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483485

Black with #483485

Text Example


Text Example

White with #483485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483485; }

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

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

background-color css

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

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

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

border-color css

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

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

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