Html Css Color HEX #482D9B Blue Gem

📋 copy color: '#482D9B'

red 72 ◦ green 45 ◦ blue 155

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

Shades of Blue Gem #482D9B

Tints of Blue Gem #482D9B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.54%

 BLUE value IS 155 (60.94% from 255) = 56.99%

R = 26.47%
G = 16.54%
B = 56.99%

CMYK

 C value IS 0.54

 M value IS 0.71

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#482D9B (or 0x482D9B) is known color: Blue Gem. HEX triplet: 48, 2D and 9B. RGB value is (72,45,155). Sum of RGB (Red+Green+Blue) = 72+45+155=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 155 (60.94% from 255 or 56.99% from 272); Max value from RGB is 155 - color contains mainly: blue. Hex color #482D9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482D9B is #B7D264. Grayscale: #414141. Windows color (decimal): -12046949 or 10169672. OLE color: 10169672.

HSL color Cylindrical-coordinate representation of color #482D9B: hue angle of 254.73º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #482D9B is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 72 45 155 -
CMYK 0.54 0.71 0 0.39
HSL 254.73º 0.55% 0.39% -
HSV(B) 254.73º 0.71% 0.61% -
XYZ 9.53 5.62 31.59 -
YUV 65.61 178.45 132.56 -
System Red Green Blue C M Y K H S L
Decimal 72 45 155 0.54 0.71 0 0.39 254.73 0.55 0.39
Hex 48 2D 9B 36 47 0 27 FF 37 27
Octal 110 55 233 66 107 0 47 377 67 47
Binary 1001000 101101 10011011 110110 1000111 0 100111 11111111 110111 100111

Color Harmonies of #482D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482D9B

Black with #482D9B

Text Example


Text Example

White with #482D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,45,155); }

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

background-color css

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

 a { background-color: rgb(72,45,155); }

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

border-color css

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

 span { border-color: rgb(72,45,155); }

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