Html Css Color HEX #483EAB Blue Gem

📋 copy color: '#483EAB'

red 72 ◦ green 62 ◦ blue 171

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

Shades of Blue Gem #483EAB

Tints of Blue Gem #483EAB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.33%

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

R = 23.61%
G = 20.33%
B = 56.07%

CMYK

 C value IS 0.58

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#483EAB (or 0x483EAB) is known color: Blue Gem. HEX triplet: 48, 3E and AB. RGB value is (72,62,171). Sum of RGB (Red+Green+Blue) = 72+62+171=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 62 (24.61% from 255 or 20.33% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #483EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483EAB is #B7C154. Grayscale: #4C4C4C. Windows color (decimal): -12042581 or 11222600. OLE color: 11222600.

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

Color convert

RGB 72 62 171 -
CMYK 0.58 0.64 0 0.33
HSL 245.5º 0.47% 0.46% -
HSV(B) 245.5º 0.64% 0.67% -
XYZ 11.75 7.76 39.41 -
YUV 77.42 180.81 124.14 -
System Red Green Blue C M Y K H S L
Decimal 72 62 171 0.58 0.64 0 0.33 245.5 0.47 0.46
Hex 48 3E AB 3A 40 0 21 F6 2F 2E
Octal 110 76 253 72 100 0 41 366 57 56
Binary 1001000 111110 10101011 111010 1000000 0 100001 11110110 101111 101110

Color Harmonies of #483EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483EAB

Black with #483EAB

Text Example


Text Example

White with #483EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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