Html Css Color HEX #482E92 Blue Gem

📋 copy color: '#482E92'

red 72 ◦ green 46 ◦ blue 146

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

Shades of Blue Gem #482E92

Tints of Blue Gem #482E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 55.3%

R = 27.27%
G = 17.42%
B = 55.3%

CMYK

 C value IS 0.51

 M value IS 0.68

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#482E92 (or 0x482E92) is known color: Blue Gem. HEX triplet: 48, 2E and 92. RGB value is (72,46,146). Sum of RGB (Red+Green+Blue) = 72+46+146=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 46 (18.36% from 255 or 17.42% from 264); Blue value is 146 (57.42% from 255 or 55.30% from 264); Max value from RGB is 146 - color contains mainly: blue. Hex color #482E92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482E92 is #B7D16D. Grayscale: #404040. Windows color (decimal): -12046702 or 9580104. OLE color: 9580104.

HSL color Cylindrical-coordinate representation of color #482E92: hue angle of 255.6º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #482E92 is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 46 146 -
CMYK 0.51 0.68 0 0.43
HSL 255.6º 0.52% 0.38% -
HSV(B) 255.6º 0.68% 0.57% -
XYZ 8.84 5.41 27.77 -
YUV 65.17 173.61 132.87 -
System Red Green Blue C M Y K H S L
Decimal 72 46 146 0.51 0.68 0 0.43 255.6 0.52 0.38
Hex 48 2E 92 33 44 0 2B 100 34 26
Octal 110 56 222 63 104 0 53 400 64 46
Binary 1001000 101110 10010010 110011 1000100 0 101011 100000000 110100 100110

Color Harmonies of #482E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482E92

Black with #482E92

Text Example


Text Example

White with #482E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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