Html Css Color HEX #483088 Blue Gem

📋 copy color: '#483088'

red 72 ◦ green 48 ◦ blue 136

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

Shades of Blue Gem #483088

Tints of Blue Gem #483088

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.75%

 BLUE value IS 136 (53.52% from 255) = 53.13%

R = 28.13%
G = 18.75%
B = 53.13%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#483088 (or 0x483088) is known color: Blue Gem. HEX triplet: 48, 30 and 88. RGB value is (72,48,136). Sum of RGB (Red+Green+Blue) = 72+48+136=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 136 (53.52% from 255 or 53.12% from 256); Max value from RGB is 136 - color contains mainly: blue. Hex color #483088 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483088 is #B7CF77. Grayscale: #404040. Windows color (decimal): -12046200 or 8925256. OLE color: 8925256.

HSL color Cylindrical-coordinate representation of color #483088: hue angle of 256.36º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #483088 is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 48 136 -
CMYK 0.47 0.65 0 0.47
HSL 256.36º 0.48% 0.36% -
HSV(B) 256.36º 0.65% 0.53% -
XYZ 8.17 5.27 23.88 -
YUV 65.21 167.95 132.84 -
System Red Green Blue C M Y K H S L
Decimal 72 48 136 0.47 0.65 0 0.47 256.36 0.48 0.36
Hex 48 30 88 2F 41 0 2F 100 30 24
Octal 110 60 210 57 101 0 57 400 60 44
Binary 1001000 110000 10001000 101111 1000001 0 101111 100000000 110000 100100

Color Harmonies of #483088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483088

Black with #483088

Text Example


Text Example

White with #483088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483088; }

 p { color: rgb(72,48,136); }

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

background-color css

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

 a { background-color: rgb(72,48,136); }

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

border-color css

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

 span { border-color: rgb(72,48,136); }

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