Html Css Color HEX #483C94 Blue Gem

📋 copy color: '#483C94'

red 72 ◦ green 60 ◦ blue 148

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

Shades of Blue Gem #483C94

Tints of Blue Gem #483C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 52.86%

R = 25.71%
G = 21.43%
B = 52.86%

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

#483C94 (or 0x483C94) is known color: Blue Gem. HEX triplet: 48, 3C and 94. RGB value is (72,60,148). Sum of RGB (Red+Green+Blue) = 72+60+148=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 148 (58.20% from 255 or 52.86% from 280); Max value from RGB is 148 - color contains mainly: blue. Hex color #483C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483C94 is #B7C36B. Grayscale: #494949. Windows color (decimal): -12043116 or 9714760. OLE color: 9714760.

HSL color Cylindrical-coordinate representation of color #483C94: hue angle of 248.18º 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 #483C94 is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 60 148 -
CMYK 0.51 0.59 0 0.42
HSL 248.18º 0.42% 0.41% -
HSV(B) 248.18º 0.59% 0.58% -
XYZ 9.63 6.75 28.81 -
YUV 73.62 169.98 126.84 -
System Red Green Blue C M Y K H S L
Decimal 72 60 148 0.51 0.59 0 0.42 248.18 0.42 0.41
Hex 48 3C 94 33 3B 0 2A F8 2A 29
Octal 110 74 224 63 73 0 52 370 52 51
Binary 1001000 111100 10010100 110011 111011 0 101010 11111000 101010 101001

Color Harmonies of #483C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483C94

Black with #483C94

Text Example


Text Example

White with #483C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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