Html Css Color HEX #483DA3 Blue Gem

📋 copy color: '#483DA3'

red 72 ◦ green 61 ◦ blue 163

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

Shades of Blue Gem #483DA3

Tints of Blue Gem #483DA3

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.61%

 BLUE value IS 163 (64.06% from 255) = 55.07%

R = 24.32%
G = 20.61%
B = 55.07%

CMYK

 C value IS 0.56

 M value IS 0.63

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#483DA3 (or 0x483DA3) is known color: Blue Gem. HEX triplet: 48, 3D and A3. RGB value is (72,61,163). Sum of RGB (Red+Green+Blue) = 72+61+163=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 61 (24.22% from 255 or 20.61% from 296); Blue value is 163 (64.06% from 255 or 55.07% from 296); Max value from RGB is 163 - color contains mainly: blue. Hex color #483DA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483DA3 is #B7C25C. Grayscale: #4B4B4B. Windows color (decimal): -12042845 or 10698056. OLE color: 10698056.

HSL color Cylindrical-coordinate representation of color #483DA3: hue angle of 246.47º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #483DA3 is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 72 61 163 -
CMYK 0.56 0.63 0 0.36
HSL 246.47º 0.46% 0.44% -
HSV(B) 246.47º 0.63% 0.64% -
XYZ 10.95 7.36 35.49 -
YUV 75.92 177.14 125.21 -
System Red Green Blue C M Y K H S L
Decimal 72 61 163 0.56 0.63 0 0.36 246.47 0.46 0.44
Hex 48 3D A3 38 3F 0 24 F6 2E 2C
Octal 110 75 243 70 77 0 44 366 56 54
Binary 1001000 111101 10100011 111000 111111 0 100100 11110110 101110 101100

Color Harmonies of #483DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483DA3

Black with #483DA3

Text Example


Text Example

White with #483DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,61,163); }

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

background-color css

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

 a { background-color: rgb(72,61,163); }

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

border-color css

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

 span { border-color: rgb(72,61,163); }

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