Html Css Color HEX #482DA6 Blue Gem

📋 copy color: '#482DA6'

red 72 ◦ green 45 ◦ blue 166

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

Shades of Blue Gem #482DA6

Tints of Blue Gem #482DA6

RGB

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

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

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

R = 25.44%
G = 15.9%
B = 58.66%

CMYK

 C value IS 0.57

 M value IS 0.73

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#482DA6 (or 0x482DA6) is known color: Blue Gem. HEX triplet: 48, 2D and A6. RGB value is (72,45,166). Sum of RGB (Red+Green+Blue) = 72+45+166=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 166 (65.23% from 255 or 58.66% from 283); Max value from RGB is 166 - color contains mainly: blue. Hex color #482DA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482DA6 is #B7D259. Grayscale: #424242. Windows color (decimal): -12046938 or 10890568. OLE color: 10890568.

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

Color convert

RGB 72 45 166 -
CMYK 0.57 0.73 0 0.35
HSL 253.39º 0.57% 0.41% -
HSV(B) 253.39º 0.73% 0.65% -
XYZ 10.49 6.01 36.68 -
YUV 66.87 183.95 131.66 -
System Red Green Blue C M Y K H S L
Decimal 72 45 166 0.57 0.73 0 0.35 253.39 0.57 0.41
Hex 48 2D A6 39 49 0 23 FD 39 29
Octal 110 55 246 71 111 0 43 375 71 51
Binary 1001000 101101 10100110 111001 1001001 0 100011 11111101 111001 101001

Color Harmonies of #482DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482DA6

Black with #482DA6

Text Example


Text Example

White with #482DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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