Html Css Color HEX #482E90 Blue Gem

📋 copy color: '#482E90'

red 72 ◦ green 46 ◦ blue 144

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

Shades of Blue Gem #482E90

Tints of Blue Gem #482E90

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.56%

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

R = 27.48%
G = 17.56%
B = 54.96%

CMYK

 C value IS 0.50

 M value IS 0.68

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#482E90 (or 0x482E90) is known color: Blue Gem. HEX triplet: 48, 2E and 90. RGB value is (72,46,144). Sum of RGB (Red+Green+Blue) = 72+46+144=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 46 (18.36% from 255 or 17.56% from 262); Blue value is 144 (56.64% from 255 or 54.96% from 262); Max value from RGB is 144 - color contains mainly: blue. Hex color #482E90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482E90 is #B7D16F. Grayscale: #404040. Windows color (decimal): -12046704 or 9449032. OLE color: 9449032.

HSL color Cylindrical-coordinate representation of color #482E90: hue angle of 255.92º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #482E90 is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 46 144 -
CMYK 0.50 0.68 0 0.44
HSL 255.92º 0.52% 0.37% -
HSV(B) 255.92º 0.68% 0.56% -
XYZ 8.68 5.35 26.96 -
YUV 64.95 172.61 133.03 -
System Red Green Blue C M Y K H S L
Decimal 72 46 144 0.50 0.68 0 0.44 255.92 0.52 0.37
Hex 48 2E 90 32 44 0 2C 100 34 25
Octal 110 56 220 62 104 0 54 400 64 45
Binary 1001000 101110 10010000 110010 1000100 0 101100 100000000 110100 100101

Color Harmonies of #482E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482E90

Black with #482E90

Text Example


Text Example

White with #482E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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