Html Css Color HEX #482C9D Blue Gem

📋 copy color: '#482C9D'

red 72 ◦ green 44 ◦ blue 157

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

Shades of Blue Gem #482C9D

Tints of Blue Gem #482C9D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.12%

 BLUE value IS 157 (61.72% from 255) = 57.51%

R = 26.37%
G = 16.12%
B = 57.51%

CMYK

 C value IS 0.54

 M value IS 0.72

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#482C9D (or 0x482C9D) is known color: Blue Gem. HEX triplet: 48, 2C and 9D. RGB value is (72,44,157). Sum of RGB (Red+Green+Blue) = 72+44+157=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 157 (61.72% from 255 or 57.51% from 273); Max value from RGB is 157 - color contains mainly: blue. Hex color #482C9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482C9D is #B7D362. Grayscale: #404040. Windows color (decimal): -12047203 or 10300488. OLE color: 10300488.

HSL color Cylindrical-coordinate representation of color #482C9D: hue angle of 254.87º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #482C9D is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 44 157 -
CMYK 0.54 0.72 0 0.38
HSL 254.87º 0.56% 0.39% -
HSV(B) 254.87º 0.72% 0.62% -
XYZ 9.66 5.61 32.47 -
YUV 65.25 179.78 132.81 -
System Red Green Blue C M Y K H S L
Decimal 72 44 157 0.54 0.72 0 0.38 254.87 0.56 0.39
Hex 48 2C 9D 36 48 0 26 FF 38 27
Octal 110 54 235 66 110 0 46 377 70 47
Binary 1001000 101100 10011101 110110 1001000 0 100110 11111111 111000 100111

Color Harmonies of #482C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482C9D

Black with #482C9D

Text Example


Text Example

White with #482C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482C9D; }

 p { color: rgb(72,44,157); }

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

background-color css

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

 a { background-color: rgb(72,44,157); }

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

border-color css

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

 span { border-color: rgb(72,44,157); }

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