Html Css Color HEX #483288 Blue Gem

📋 copy color: '#483288'

red 72 ◦ green 50 ◦ blue 136

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

Shades of Blue Gem #483288

Tints of Blue Gem #483288

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.38%

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

R = 27.91%
G = 19.38%
B = 52.71%

CMYK

 C value IS 0.47

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#483288 (or 0x483288) is known color: Blue Gem. HEX triplet: 48, 32 and 88. RGB value is (72,50,136). Sum of RGB (Red+Green+Blue) = 72+50+136=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 136 (53.52% from 255 or 52.71% from 258); Max value from RGB is 136 - color contains mainly: blue. Hex color #483288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483288 is #B7CD77. Grayscale: #424242. Windows color (decimal): -12045688 or 8925768. OLE color: 8925768.

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

Color convert

RGB 72 50 136 -
CMYK 0.47 0.63 0 0.47
HSL 255.35º 0.46% 0.36% -
HSV(B) 255.35º 0.63% 0.53% -
XYZ 8.26 5.44 23.91 -
YUV 66.38 167.29 132.01 -
System Red Green Blue C M Y K H S L
Decimal 72 50 136 0.47 0.63 0 0.47 255.35 0.46 0.36
Hex 48 32 88 2F 3F 0 2F FF 2E 24
Octal 110 62 210 57 77 0 57 377 56 44
Binary 1001000 110010 10001000 101111 111111 0 101111 11111111 101110 100100

Color Harmonies of #483288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483288

Black with #483288

Text Example


Text Example

White with #483288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483288; }

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

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

background-color css

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

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

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

border-color css

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

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

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