Html Css Color HEX #482699 Blue Gem

📋 copy color: '#482699'

red 72 ◦ green 38 ◦ blue 153

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

Shades of Blue Gem #482699

Tints of Blue Gem #482699

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.45%

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

R = 27.38%
G = 14.45%
B = 58.17%

CMYK

 C value IS 0.53

 M value IS 0.75

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#482699 (or 0x482699) is known color: Blue Gem. HEX triplet: 48, 26 and 99. RGB value is (72,38,153). Sum of RGB (Red+Green+Blue) = 72+38+153=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 153 (60.16% from 255 or 58.17% from 263); Max value from RGB is 153 - color contains mainly: blue. Hex color #482699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482699 is #B7D966. Grayscale: #3C3C3C. Windows color (decimal): -12048743 or 10036808. OLE color: 10036808.

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

Color convert

RGB 72 38 153 -
CMYK 0.53 0.75 0 0.4
HSL 257.74º 0.6% 0.37% -
HSV(B) 257.74º 0.75% 0.6% -
XYZ 9.12 5.06 30.63 -
YUV 61.28 179.76 135.65 -
System Red Green Blue C M Y K H S L
Decimal 72 38 153 0.53 0.75 0 0.4 257.74 0.6 0.37
Hex 48 26 99 35 4B 0 28 102 3C 25
Octal 110 46 231 65 113 0 50 402 74 45
Binary 1001000 100110 10011001 110101 1001011 0 101000 100000010 111100 100101

Color Harmonies of #482699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482699

Black with #482699

Text Example


Text Example

White with #482699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482699; }

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

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

background-color css

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

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

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

border-color css

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

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

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