Html Css Color HEX #482F89 Blue Gem

📋 copy color: '#482F89'

red 72 ◦ green 47 ◦ blue 137

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

Shades of Blue Gem #482F89

Tints of Blue Gem #482F89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 53.52%

R = 28.13%
G = 18.36%
B = 53.52%

CMYK

 C value IS 0.47

 M value IS 0.66

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#482F89 (or 0x482F89) is known color: Blue Gem. HEX triplet: 48, 2F and 89. RGB value is (72,47,137). Sum of RGB (Red+Green+Blue) = 72+47+137=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 137 (53.91% from 255 or 53.52% from 256); Max value from RGB is 137 - color contains mainly: blue. Hex color #482F89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482F89 is #B7D076. Grayscale: #404040. Windows color (decimal): -12046455 or 8990536. OLE color: 8990536.

HSL color Cylindrical-coordinate representation of color #482F89: hue angle of 256.67º 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 #482F89 is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 47 137 -
CMYK 0.47 0.66 0 0.46
HSL 256.67º 0.49% 0.36% -
HSV(B) 256.67º 0.66% 0.54% -
XYZ 8.2 5.22 24.24 -
YUV 64.74 168.78 133.18 -
System Red Green Blue C M Y K H S L
Decimal 72 47 137 0.47 0.66 0 0.46 256.67 0.49 0.36
Hex 48 2F 89 2F 42 0 2E 101 31 24
Octal 110 57 211 57 102 0 56 401 61 44
Binary 1001000 101111 10001001 101111 1000010 0 101110 100000001 110001 100100

Color Harmonies of #482F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482F89

Black with #482F89

Text Example


Text Example

White with #482F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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