Html Css Color HEX #482690 Blue Gem

📋 copy color: '#482690'

red 72 ◦ green 38 ◦ blue 144

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

Shades of Blue Gem #482690

Tints of Blue Gem #482690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 56.69%

R = 28.35%
G = 14.96%
B = 56.69%

CMYK

 C value IS 0.50

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#482690 (or 0x482690) is known color: Blue Gem. HEX triplet: 48, 26 and 90. RGB value is (72,38,144). Sum of RGB (Red+Green+Blue) = 72+38+144=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 144 (56.64% from 255 or 56.69% from 254); Max value from RGB is 144 - color contains mainly: blue. Hex color #482690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482690 is #B7D96F. Grayscale: #3B3B3B. Windows color (decimal): -12048752 or 9446984. OLE color: 9446984.

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

Color convert

RGB 72 38 144 -
CMYK 0.50 0.74 0 0.44
HSL 259.25º 0.58% 0.36% -
HSV(B) 259.25º 0.74% 0.56% -
XYZ 8.4 4.78 26.87 -
YUV 60.25 175.26 136.38 -
System Red Green Blue C M Y K H S L
Decimal 72 38 144 0.50 0.74 0 0.44 259.25 0.58 0.36
Hex 48 26 90 32 4A 0 2C 103 3A 24
Octal 110 46 220 62 112 0 54 403 72 44
Binary 1001000 100110 10010000 110010 1001010 0 101100 100000011 111010 100100

Color Harmonies of #482690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482690

Black with #482690

Text Example


Text Example

White with #482690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482690; }

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

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

background-color css

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

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

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

border-color css

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

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

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