Html Css Color HEX #483699 Blue Gem

📋 copy color: '#483699'

red 72 ◦ green 54 ◦ blue 153

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

Shades of Blue Gem #483699

Tints of Blue Gem #483699

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.35%

 BLUE value IS 153 (60.16% from 255) = 54.84%

R = 25.81%
G = 19.35%
B = 54.84%

CMYK

 C value IS 0.53

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#483699 (or 0x483699) is known color: Blue Gem. HEX triplet: 48, 36 and 99. RGB value is (72,54,153). Sum of RGB (Red+Green+Blue) = 72+54+153=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 153 (60.16% from 255 or 54.84% from 279); Max value from RGB is 153 - color contains mainly: blue. Hex color #483699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483699 is #B7C966. Grayscale: #464646. Windows color (decimal): -12044647 or 10040904. OLE color: 10040904.

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

Color convert

RGB 72 54 153 -
CMYK 0.53 0.65 0 0.4
HSL 250.91º 0.48% 0.41% -
HSV(B) 250.91º 0.65% 0.6% -
XYZ 9.74 6.32 30.84 -
YUV 70.67 174.46 128.95 -
System Red Green Blue C M Y K H S L
Decimal 72 54 153 0.53 0.65 0 0.4 250.91 0.48 0.41
Hex 48 36 99 35 41 0 28 FB 30 29
Octal 110 66 231 65 101 0 50 373 60 51
Binary 1001000 110110 10011001 110101 1000001 0 101000 11111011 110000 101001

Color Harmonies of #483699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483699

Black with #483699

Text Example


Text Example

White with #483699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483699; }

 p { color: rgb(72,54,153); }

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

background-color css

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

 a { background-color: rgb(72,54,153); }

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

border-color css

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

 span { border-color: rgb(72,54,153); }

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