Html Css Color HEX #483CAB Blue Gem

📋 copy color: '#483CAB'

red 72 ◦ green 60 ◦ blue 171

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

Shades of Blue Gem #483CAB

Tints of Blue Gem #483CAB

RGB

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

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

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

R = 23.76%
G = 19.8%
B = 56.44%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#483CAB (or 0x483CAB) is known color: Blue Gem. HEX triplet: 48, 3C and AB. RGB value is (72,60,171). Sum of RGB (Red+Green+Blue) = 72+60+171=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #483CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483CAB is #B7C354. Grayscale: #4B4B4B. Windows color (decimal): -12043093 or 11222088. OLE color: 11222088.

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

Color convert

RGB 72 60 171 -
CMYK 0.58 0.65 0 0.33
HSL 246.49º 0.48% 0.45% -
HSV(B) 246.49º 0.65% 0.67% -
XYZ 11.64 7.55 39.37 -
YUV 76.24 181.48 124.97 -
System Red Green Blue C M Y K H S L
Decimal 72 60 171 0.58 0.65 0 0.33 246.49 0.48 0.45
Hex 48 3C AB 3A 41 0 21 F6 30 2D
Octal 110 74 253 72 101 0 41 366 60 55
Binary 1001000 111100 10101011 111010 1000001 0 100001 11110110 110000 101101

Color Harmonies of #483CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483CAB

Black with #483CAB

Text Example


Text Example

White with #483CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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