Html Css Color HEX #482F9C Blue Gem

📋 copy color: '#482F9C'

red 72 ◦ green 47 ◦ blue 156

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

Shades of Blue Gem #482F9C

Tints of Blue Gem #482F9C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.09%

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

R = 26.18%
G = 17.09%
B = 56.73%

CMYK

 C value IS 0.54

 M value IS 0.70

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#482F9C (or 0x482F9C) is known color: Blue Gem. HEX triplet: 48, 2F and 9C. RGB value is (72,47,156). Sum of RGB (Red+Green+Blue) = 72+47+156=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 47 (18.75% from 255 or 17.09% from 275); Blue value is 156 (61.33% from 255 or 56.73% from 275); Max value from RGB is 156 - color contains mainly: blue. Hex color #482F9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482F9C is #B7D063. Grayscale: #424242. Windows color (decimal): -12046436 or 10235720. OLE color: 10235720.

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

Color convert

RGB 72 47 156 -
CMYK 0.54 0.70 0 0.39
HSL 253.76º 0.54% 0.4% -
HSV(B) 253.76º 0.7% 0.61% -
XYZ 9.69 5.81 32.06 -
YUV 66.9 178.28 131.64 -
System Red Green Blue C M Y K H S L
Decimal 72 47 156 0.54 0.70 0 0.39 253.76 0.54 0.4
Hex 48 2F 9C 36 46 0 27 FE 36 28
Octal 110 57 234 66 106 0 47 376 66 50
Binary 1001000 101111 10011100 110110 1000110 0 100111 11111110 110110 101000

Color Harmonies of #482F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482F9C

Black with #482F9C

Text Example


Text Example

White with #482F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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