Html Css Color HEX #482694 Blue Gem

📋 copy color: '#482694'

red 72 ◦ green 38 ◦ blue 148

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

Shades of Blue Gem #482694

Tints of Blue Gem #482694

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.73%

 BLUE value IS 148 (58.2% from 255) = 57.36%

R = 27.91%
G = 14.73%
B = 57.36%

CMYK

 C value IS 0.51

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#482694 (or 0x482694) is known color: Blue Gem. HEX triplet: 48, 26 and 94. RGB value is (72,38,148). Sum of RGB (Red+Green+Blue) = 72+38+148=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 38 (15.23% from 255 or 14.73% from 258); Blue value is 148 (58.20% from 255 or 57.36% from 258); Max value from RGB is 148 - color contains mainly: blue. Hex color #482694 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482694 is #B7D96B. Grayscale: #3C3C3C. Windows color (decimal): -12048748 or 9709128. OLE color: 9709128.

HSL color Cylindrical-coordinate representation of color #482694: hue angle of 258.55º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #482694 is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 38 148 -
CMYK 0.51 0.74 0 0.42
HSL 258.55º 0.59% 0.36% -
HSV(B) 258.55º 0.74% 0.58% -
XYZ 8.71 4.9 28.5 -
YUV 60.71 177.26 136.06 -
System Red Green Blue C M Y K H S L
Decimal 72 38 148 0.51 0.74 0 0.42 258.55 0.59 0.36
Hex 48 26 94 33 4A 0 2A 103 3B 24
Octal 110 46 224 63 112 0 52 403 73 44
Binary 1001000 100110 10010100 110011 1001010 0 101010 100000011 111011 100100

Color Harmonies of #482694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482694

Black with #482694

Text Example


Text Example

White with #482694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482694; }

 p { color: rgb(72,38,148); }

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

background-color css

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

 a { background-color: rgb(72,38,148); }

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

border-color css

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

 span { border-color: rgb(72,38,148); }

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