Html Css Color HEX #483CA6 Blue Gem

📋 copy color: '#483CA6'

red 72 ◦ green 60 ◦ blue 166

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

Shades of Blue Gem #483CA6

Tints of Blue Gem #483CA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 55.7%

R = 24.16%
G = 20.13%
B = 55.7%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#483CA6 (or 0x483CA6) is known color: Blue Gem. HEX triplet: 48, 3C and A6. RGB value is (72,60,166). Sum of RGB (Red+Green+Blue) = 72+60+166=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 166 (65.23% from 255 or 55.70% from 298); Max value from RGB is 166 - color contains mainly: blue. Hex color #483CA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483CA6 is #B7C359. Grayscale: #4B4B4B. Windows color (decimal): -12043098 or 10894408. OLE color: 10894408.

HSL color Cylindrical-coordinate representation of color #483CA6: hue angle of 246.79º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #483CA6 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 72 60 166 -
CMYK 0.57 0.64 0 0.35
HSL 246.79º 0.47% 0.44% -
HSV(B) 246.79º 0.64% 0.65% -
XYZ 11.17 7.36 36.91 -
YUV 75.67 178.98 125.38 -
System Red Green Blue C M Y K H S L
Decimal 72 60 166 0.57 0.64 0 0.35 246.79 0.47 0.44
Hex 48 3C A6 39 40 0 23 F7 2F 2C
Octal 110 74 246 71 100 0 43 367 57 54
Binary 1001000 111100 10100110 111001 1000000 0 100011 11110111 101111 101100

Color Harmonies of #483CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483CA6

Black with #483CA6

Text Example


Text Example

White with #483CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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