Html Css Color HEX #482CAF Blue Gem

📋 copy color: '#482CAF'

red 72 ◦ green 44 ◦ blue 175

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

Shades of Blue Gem #482CAF

Tints of Blue Gem #482CAF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.12%

 BLUE value IS 175 (68.75% from 255) = 60.14%

R = 24.74%
G = 15.12%
B = 60.14%

CMYK

 C value IS 0.59

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#482CAF (or 0x482CAF) is known color: Blue Gem. HEX triplet: 48, 2C and AF. RGB value is (72,44,175). Sum of RGB (Red+Green+Blue) = 72+44+175=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 44 (17.58% from 255 or 15.12% from 291); Blue value is 175 (68.75% from 255 or 60.14% from 291); Max value from RGB is 175 - color contains mainly: blue. Hex color #482CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482CAF is #B7D350. Grayscale: #424242. Windows color (decimal): -12047185 or 11480136. OLE color: 11480136.

HSL color Cylindrical-coordinate representation of color #482CAF: hue angle of 252.82º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #482CAF is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 72 44 175 -
CMYK 0.59 0.75 0 0.31
HSL 252.82º 0.6% 0.43% -
HSV(B) 252.82º 0.75% 0.69% -
XYZ 11.31 6.27 41.17 -
YUV 67.31 188.78 131.35 -
System Red Green Blue C M Y K H S L
Decimal 72 44 175 0.59 0.75 0 0.31 252.82 0.6 0.43
Hex 48 2C AF 3B 4B 0 1F FD 3C 2B
Octal 110 54 257 73 113 0 37 375 74 53
Binary 1001000 101100 10101111 111011 1001011 0 11111 11111101 111100 101011

Color Harmonies of #482CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482CAF

Black with #482CAF

Text Example


Text Example

White with #482CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,44,175); }

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

background-color css

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

 a { background-color: rgb(72,44,175); }

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

border-color css

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

 span { border-color: rgb(72,44,175); }

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