Html Css Color HEX #482F8A Blue Gem

📋 copy color: '#482F8A'

red 72 ◦ green 47 ◦ blue 138

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

Shades of Blue Gem #482F8A

Tints of Blue Gem #482F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 53.7%

R = 28.02%
G = 18.29%
B = 53.7%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#482F8A (or 0x482F8A) is known color: Blue Gem. HEX triplet: 48, 2F and 8A. RGB value is (72,47,138). Sum of RGB (Red+Green+Blue) = 72+47+138=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 47 (18.75% from 255 or 18.29% from 257); Blue value is 138 (54.30% from 255 or 53.70% from 257); Max value from RGB is 138 - color contains mainly: blue. Hex color #482F8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482F8A is #B7D075. Grayscale: #404040. Windows color (decimal): -12046454 or 9056072. OLE color: 9056072.

HSL color Cylindrical-coordinate representation of color #482F8A: hue angle of 256.48º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #482F8A is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 47 138 -
CMYK 0.48 0.66 0 0.46
HSL 256.48º 0.49% 0.36% -
HSV(B) 256.48º 0.66% 0.54% -
XYZ 8.28 5.25 24.62 -
YUV 64.85 169.28 133.1 -
System Red Green Blue C M Y K H S L
Decimal 72 47 138 0.48 0.66 0 0.46 256.48 0.49 0.36
Hex 48 2F 8A 30 42 0 2E 100 31 24
Octal 110 57 212 60 102 0 56 400 61 44
Binary 1001000 101111 10001010 110000 1000010 0 101110 100000000 110001 100100

Color Harmonies of #482F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482F8A

Black with #482F8A

Text Example


Text Example

White with #482F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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