Html Css Color HEX #482AA6 Blue Gem

📋 copy color: '#482AA6'

red 72 ◦ green 42 ◦ blue 166

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

Shades of Blue Gem #482AA6

Tints of Blue Gem #482AA6

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15%

 BLUE value IS 166 (65.23% from 255) = 59.29%

R = 25.71%
G = 15%
B = 59.29%

CMYK

 C value IS 0.57

 M value IS 0.75

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#482AA6 (or 0x482AA6) is known color: Blue Gem. HEX triplet: 48, 2A and A6. RGB value is (72,42,166). Sum of RGB (Red+Green+Blue) = 72+42+166=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 42 (16.80% from 255 or 15% from 280); Blue value is 166 (65.23% from 255 or 59.29% from 280); Max value from RGB is 166 - color contains mainly: blue. Hex color #482AA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482AA6 is #B7D559. Grayscale: #404040. Windows color (decimal): -12047706 or 10889800. OLE color: 10889800.

HSL color Cylindrical-coordinate representation of color #482AA6: hue angle of 254.52º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #482AA6 is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 72 42 166 -
CMYK 0.57 0.75 0 0.35
HSL 254.52º 0.6% 0.41% -
HSV(B) 254.52º 0.75% 0.65% -
XYZ 10.38 5.79 36.65 -
YUV 65.11 184.94 132.92 -
System Red Green Blue C M Y K H S L
Decimal 72 42 166 0.57 0.75 0 0.35 254.52 0.6 0.41
Hex 48 2A A6 39 4B 0 23 FF 3C 29
Octal 110 52 246 71 113 0 43 377 74 51
Binary 1001000 101010 10100110 111001 1001011 0 100011 11111111 111100 101001

Color Harmonies of #482AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482AA6

Black with #482AA6

Text Example


Text Example

White with #482AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,42,166); }

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

background-color css

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

 a { background-color: rgb(72,42,166); }

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

border-color css

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

 span { border-color: rgb(72,42,166); }

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