Html Css Color HEX #482FAA Blue Gem

📋 copy color: '#482FAA'

red 72 ◦ green 47 ◦ blue 170

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

Shades of Blue Gem #482FAA

Tints of Blue Gem #482FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 58.82%

R = 24.91%
G = 16.26%
B = 58.82%

CMYK

 C value IS 0.58

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#482FAA (or 0x482FAA) is known color: Blue Gem. HEX triplet: 48, 2F and AA. RGB value is (72,47,170). Sum of RGB (Red+Green+Blue) = 72+47+170=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 170 (66.80% from 255 or 58.82% from 289); Max value from RGB is 170 - color contains mainly: blue. Hex color #482FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482FAA is #B7D055. Grayscale: #444444. Windows color (decimal): -12046422 or 11153224. OLE color: 11153224.

HSL color Cylindrical-coordinate representation of color #482FAA: hue angle of 252.2º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #482FAA is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 47 170 -
CMYK 0.58 0.72 0 0.33
HSL 252.2º 0.57% 0.43% -
HSV(B) 252.2º 0.72% 0.67% -
XYZ 10.94 6.31 38.67 -
YUV 68.5 185.28 130.5 -
System Red Green Blue C M Y K H S L
Decimal 72 47 170 0.58 0.72 0 0.33 252.2 0.57 0.43
Hex 48 2F AA 3A 48 0 21 FC 39 2B
Octal 110 57 252 72 110 0 41 374 71 53
Binary 1001000 101111 10101010 111010 1001000 0 100001 11111100 111001 101011

Color Harmonies of #482FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482FAA

Black with #482FAA

Text Example


Text Example

White with #482FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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