Html Css Color HEX #483C9F Blue Gem

📋 copy color: '#483C9F'

red 72 ◦ green 60 ◦ blue 159

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

Shades of Blue Gem #483C9F

Tints of Blue Gem #483C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 54.64%

R = 24.74%
G = 20.62%
B = 54.64%

CMYK

 C value IS 0.55

 M value IS 0.62

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#483C9F (or 0x483C9F) is known color: Blue Gem. HEX triplet: 48, 3C and 9F. RGB value is (72,60,159). Sum of RGB (Red+Green+Blue) = 72+60+159=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 60 (23.83% from 255 or 20.62% from 291); Blue value is 159 (62.5% from 255 or 54.64% from 291); Max value from RGB is 159 - color contains mainly: blue. Hex color #483C9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483C9F is #B7C360. Grayscale: #4A4A4A. Windows color (decimal): -12043105 or 10435656. OLE color: 10435656.

HSL color Cylindrical-coordinate representation of color #483C9F: hue angle of 247.27º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #483C9F is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 60 159 -
CMYK 0.55 0.62 0 0.38
HSL 247.27º 0.45% 0.43% -
HSV(B) 247.27º 0.62% 0.62% -
XYZ 10.55 7.11 33.62 -
YUV 74.87 175.48 125.95 -
System Red Green Blue C M Y K H S L
Decimal 72 60 159 0.55 0.62 0 0.38 247.27 0.45 0.43
Hex 48 3C 9F 37 3E 0 26 F7 2D 2B
Octal 110 74 237 67 76 0 46 367 55 53
Binary 1001000 111100 10011111 110111 111110 0 100110 11110111 101101 101011

Color Harmonies of #483C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483C9F

Black with #483C9F

Text Example


Text Example

White with #483C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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