Html Css Color HEX #483BAC Blue Gem

📋 copy color: '#483BAC'

red 72 ◦ green 59 ◦ blue 172

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

Shades of Blue Gem #483BAC

Tints of Blue Gem #483BAC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.47%

 BLUE value IS 172 (67.58% from 255) = 56.77%

R = 23.76%
G = 19.47%
B = 56.77%

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

#483BAC (or 0x483BAC) is known color: Blue Gem. HEX triplet: 48, 3B and AC. RGB value is (72,59,172). Sum of RGB (Red+Green+Blue) = 72+59+172=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 59 (23.44% from 255 or 19.47% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #483BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483BAC is #B7C453. Grayscale: #4B4B4B. Windows color (decimal): -12043348 or 11287368. OLE color: 11287368.

HSL color Cylindrical-coordinate representation of color #483BAC: hue angle of 246.9º 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 #483BAC is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 59 172 -
CMYK 0.58 0.66 0 0.33
HSL 246.9º 0.49% 0.45% -
HSV(B) 246.9º 0.66% 0.67% -
XYZ 11.68 7.48 39.86 -
YUV 75.77 182.31 125.31 -
System Red Green Blue C M Y K H S L
Decimal 72 59 172 0.58 0.66 0 0.33 246.9 0.49 0.45
Hex 48 3B AC 3A 42 0 21 F7 31 2D
Octal 110 73 254 72 102 0 41 367 61 55
Binary 1001000 111011 10101100 111010 1000010 0 100001 11110111 110001 101101

Color Harmonies of #483BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483BAC

Black with #483BAC

Text Example


Text Example

White with #483BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,59,172); }

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

background-color css

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

 a { background-color: rgb(72,59,172); }

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

border-color css

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

 span { border-color: rgb(72,59,172); }

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