Html Css Color HEX #482FAE Blue Gem

📋 copy color: '#482FAE'

red 72 ◦ green 47 ◦ blue 174

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

Shades of Blue Gem #482FAE

Tints of Blue Gem #482FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 59.39%

R = 24.57%
G = 16.04%
B = 59.39%

CMYK

 C value IS 0.59

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#482FAE (or 0x482FAE) is known color: Blue Gem. HEX triplet: 48, 2F and AE. RGB value is (72,47,174). Sum of RGB (Red+Green+Blue) = 72+47+174=293 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.57% from 293); Green value is 47 (18.75% from 255 or 16.04% from 293); Blue value is 174 (68.36% from 255 or 59.39% from 293); Max value from RGB is 174 - color contains mainly: blue. Hex color #482FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482FAE is #B7D051. Grayscale: #444444. Windows color (decimal): -12046418 or 11415368. OLE color: 11415368.

HSL color Cylindrical-coordinate representation of color #482FAE: hue angle of 251.81º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #482FAE is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 72 47 174 -
CMYK 0.59 0.73 0 0.32
HSL 251.81º 0.57% 0.43% -
HSV(B) 251.81º 0.73% 0.68% -
XYZ 11.33 6.47 40.7 -
YUV 68.95 187.28 130.17 -
System Red Green Blue C M Y K H S L
Decimal 72 47 174 0.59 0.73 0 0.32 251.81 0.57 0.43
Hex 48 2F AE 3B 49 0 20 FC 39 2B
Octal 110 57 256 73 111 0 40 374 71 53
Binary 1001000 101111 10101110 111011 1001001 0 100000 11111100 111001 101011

Color Harmonies of #482FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482FAE

Black with #482FAE

Text Example


Text Example

White with #482FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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