Html Css Color HEX #482E8E Blue Gem

📋 copy color: '#482E8E'

red 72 ◦ green 46 ◦ blue 142

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

Shades of Blue Gem #482E8E

Tints of Blue Gem #482E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 54.62%

R = 27.69%
G = 17.69%
B = 54.62%

CMYK

 C value IS 0.49

 M value IS 0.68

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#482E8E (or 0x482E8E) is known color: Blue Gem. HEX triplet: 48, 2E and 8E. RGB value is (72,46,142). Sum of RGB (Red+Green+Blue) = 72+46+142=260 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.69% from 260); Green value is 46 (18.36% from 255 or 17.69% from 260); Blue value is 142 (55.86% from 255 or 54.62% from 260); Max value from RGB is 142 - color contains mainly: blue. Hex color #482E8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482E8E is #B7D171. Grayscale: #404040. Windows color (decimal): -12046706 or 9317960. OLE color: 9317960.

HSL color Cylindrical-coordinate representation of color #482E8E: hue angle of 256.25º degrees, saturation: 0.51, 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 #482E8E is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 46 142 -
CMYK 0.49 0.68 0 0.44
HSL 256.25º 0.51% 0.37% -
HSV(B) 256.25º 0.68% 0.56% -
XYZ 8.53 5.28 26.16 -
YUV 64.72 171.61 133.19 -
System Red Green Blue C M Y K H S L
Decimal 72 46 142 0.49 0.68 0 0.44 256.25 0.51 0.37
Hex 48 2E 8E 31 44 0 2C 100 33 25
Octal 110 56 216 61 104 0 54 400 63 45
Binary 1001000 101110 10001110 110001 1000100 0 101100 100000000 110011 100101

Color Harmonies of #482E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482E8E

Black with #482E8E

Text Example


Text Example

White with #482E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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