Html Css Color HEX #483EAC Blue Gem

📋 copy color: '#483EAC'

red 72 ◦ green 62 ◦ blue 172

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

Shades of Blue Gem #483EAC

Tints of Blue Gem #483EAC

RGB

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

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

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

R = 23.53%
G = 20.26%
B = 56.21%

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

#483EAC (or 0x483EAC) is known color: Blue Gem. HEX triplet: 48, 3E and AC. RGB value is (72,62,172). Sum of RGB (Red+Green+Blue) = 72+62+172=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 62 (24.61% from 255 or 20.26% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #483EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483EAC is #B7C153. Grayscale: #4D4D4D. Windows color (decimal): -12042580 or 11288136. OLE color: 11288136.

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

Color convert

RGB 72 62 172 -
CMYK 0.58 0.64 0 0.33
HSL 245.45º 0.47% 0.46% -
HSV(B) 245.45º 0.64% 0.67% -
XYZ 11.84 7.8 39.91 -
YUV 77.53 181.31 124.06 -
System Red Green Blue C M Y K H S L
Decimal 72 62 172 0.58 0.64 0 0.33 245.45 0.47 0.46
Hex 48 3E AC 3A 40 0 21 F5 2F 2E
Octal 110 76 254 72 100 0 41 365 57 56
Binary 1001000 111110 10101100 111010 1000000 0 100001 11110101 101111 101110

Color Harmonies of #483EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483EAC

Black with #483EAC

Text Example


Text Example

White with #483EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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