Html Css Color HEX #483AAB Blue Gem

📋 copy color: '#483AAB'

red 72 ◦ green 58 ◦ blue 171

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

Shades of Blue Gem #483AAB

Tints of Blue Gem #483AAB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.27%

 BLUE value IS 171 (67.19% from 255) = 56.81%

R = 23.92%
G = 19.27%
B = 56.81%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#483AAB (or 0x483AAB) is known color: Blue Gem. HEX triplet: 48, 3A and AB. RGB value is (72,58,171). Sum of RGB (Red+Green+Blue) = 72+58+171=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #483AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483AAB is #B7C554. Grayscale: #4A4A4A. Windows color (decimal): -12043605 or 11221576. OLE color: 11221576.

HSL color Cylindrical-coordinate representation of color #483AAB: hue angle of 247.43º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #483AAB is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 58 171 -
CMYK 0.58 0.66 0 0.33
HSL 247.43º 0.49% 0.45% -
HSV(B) 247.43º 0.66% 0.67% -
XYZ 11.54 7.34 39.34 -
YUV 75.07 182.14 125.81 -
System Red Green Blue C M Y K H S L
Decimal 72 58 171 0.58 0.66 0 0.33 247.43 0.49 0.45
Hex 48 3A AB 3A 42 0 21 F7 31 2D
Octal 110 72 253 72 102 0 41 367 61 55
Binary 1001000 111010 10101011 111010 1000010 0 100001 11110111 110001 101101

Color Harmonies of #483AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483AAB

Black with #483AAB

Text Example


Text Example

White with #483AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,58,171); }

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

background-color css

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

 a { background-color: rgb(72,58,171); }

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

border-color css

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

 span { border-color: rgb(72,58,171); }

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