Html Css Color HEX #482DAE Blue Gem

📋 copy color: '#482DAE'

red 72 ◦ green 45 ◦ blue 174

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

Shades of Blue Gem #482DAE

Tints of Blue Gem #482DAE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.46%

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

R = 24.74%
G = 15.46%
B = 59.79%

CMYK

 C value IS 0.59

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#482DAE (or 0x482DAE) is known color: Blue Gem. HEX triplet: 48, 2D and AE. RGB value is (72,45,174). Sum of RGB (Red+Green+Blue) = 72+45+174=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 45 (17.97% from 255 or 15.46% from 291); Blue value is 174 (68.36% from 255 or 59.79% from 291); Max value from RGB is 174 - color contains mainly: blue. Hex color #482DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482DAE is #B7D251. Grayscale: #434343. Windows color (decimal): -12046930 or 11414856. OLE color: 11414856.

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

Color convert

RGB 72 45 174 -
CMYK 0.59 0.74 0 0.32
HSL 252.56º 0.59% 0.43% -
HSV(B) 252.56º 0.74% 0.68% -
XYZ 11.25 6.31 40.67 -
YUV 67.78 187.95 131.01 -
System Red Green Blue C M Y K H S L
Decimal 72 45 174 0.59 0.74 0 0.32 252.56 0.59 0.43
Hex 48 2D AE 3B 4A 0 20 FD 3B 2B
Octal 110 55 256 73 112 0 40 375 73 53
Binary 1001000 101101 10101110 111011 1001010 0 100000 11111101 111011 101011

Color Harmonies of #482DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482DAE

Black with #482DAE

Text Example


Text Example

White with #482DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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