Html Css Color HEX #483C93 Blue Gem

📋 copy color: '#483C93'

red 72 ◦ green 60 ◦ blue 147

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

Shades of Blue Gem #483C93

Tints of Blue Gem #483C93

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.51%

 BLUE value IS 147 (57.81% from 255) = 52.69%

R = 25.81%
G = 21.51%
B = 52.69%

CMYK

 C value IS 0.51

 M value IS 0.59

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#483C93 (or 0x483C93) is known color: Blue Gem. HEX triplet: 48, 3C and 93. RGB value is (72,60,147). Sum of RGB (Red+Green+Blue) = 72+60+147=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 147 (57.81% from 255 or 52.69% from 279); Max value from RGB is 147 - color contains mainly: blue. Hex color #483C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483C93 is #B7C36C. Grayscale: #494949. Windows color (decimal): -12043117 or 9649224. OLE color: 9649224.

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

Color convert

RGB 72 60 147 -
CMYK 0.51 0.59 0 0.42
HSL 248.28º 0.42% 0.41% -
HSV(B) 248.28º 0.59% 0.58% -
XYZ 9.55 6.72 28.4 -
YUV 73.51 169.48 126.93 -
System Red Green Blue C M Y K H S L
Decimal 72 60 147 0.51 0.59 0 0.42 248.28 0.42 0.41
Hex 48 3C 93 33 3B 0 2A F8 2A 29
Octal 110 74 223 63 73 0 52 370 52 51
Binary 1001000 111100 10010011 110011 111011 0 101010 11111000 101010 101001

Color Harmonies of #483C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483C93

Black with #483C93

Text Example


Text Example

White with #483C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483C93; }

 p { color: rgb(72,60,147); }

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

background-color css

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

 a { background-color: rgb(72,60,147); }

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

border-color css

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

 span { border-color: rgb(72,60,147); }

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