Html Css Color HEX #483AAA Blue Gem

📋 copy color: '#483AAA'

red 72 ◦ green 58 ◦ blue 170

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

Shades of Blue Gem #483AAA

Tints of Blue Gem #483AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 56.67%

R = 24%
G = 19.33%
B = 56.67%

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

#483AAA (or 0x483AAA) is known color: Blue Gem. HEX triplet: 48, 3A and AA. RGB value is (72,58,170). Sum of RGB (Red+Green+Blue) = 72+58+170=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #483AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483AAA is #B7C555. Grayscale: #4A4A4A. Windows color (decimal): -12043606 or 11156040. OLE color: 11156040.

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

Color convert

RGB 72 58 170 -
CMYK 0.58 0.66 0 0.33
HSL 247.5º 0.49% 0.45% -
HSV(B) 247.5º 0.66% 0.67% -
XYZ 11.44 7.31 38.84 -
YUV 74.95 181.64 125.89 -
System Red Green Blue C M Y K H S L
Decimal 72 58 170 0.58 0.66 0 0.33 247.5 0.49 0.45
Hex 48 3A AA 3A 42 0 21 F8 31 2D
Octal 110 72 252 72 102 0 41 370 61 55
Binary 1001000 111010 10101010 111010 1000010 0 100001 11111000 110001 101101

Color Harmonies of #483AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483AAA

Black with #483AAA

Text Example


Text Example

White with #483AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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