Html Css Color HEX #482D9C Blue Gem

📋 copy color: '#482D9C'

red 72 ◦ green 45 ◦ blue 156

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

Shades of Blue Gem #482D9C

Tints of Blue Gem #482D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 57.14%

R = 26.37%
G = 16.48%
B = 57.14%

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

#482D9C (or 0x482D9C) is known color: Blue Gem. HEX triplet: 48, 2D and 9C. RGB value is (72,45,156). Sum of RGB (Red+Green+Blue) = 72+45+156=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #482D9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482D9C is #B7D263. Grayscale: #414141. Windows color (decimal): -12046948 or 10235208. OLE color: 10235208.

HSL color Cylindrical-coordinate representation of color #482D9C: hue angle of 254.59º 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 #482D9C is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 72 45 156 -
CMYK 0.54 0.71 0 0.39
HSL 254.59º 0.55% 0.39% -
HSV(B) 254.59º 0.71% 0.61% -
XYZ 9.61 5.65 32.04 -
YUV 65.73 178.95 132.47 -
System Red Green Blue C M Y K H S L
Decimal 72 45 156 0.54 0.71 0 0.39 254.59 0.55 0.39
Hex 48 2D 9C 36 47 0 27 FF 37 27
Octal 110 55 234 66 107 0 47 377 67 47
Binary 1001000 101101 10011100 110110 1000111 0 100111 11111111 110111 100111

Color Harmonies of #482D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482D9C

Black with #482D9C

Text Example


Text Example

White with #482D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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