Html Css Color HEX #483FAD Rich Blue

📋 copy color: '#483FAD'

red 72 ◦ green 63 ◦ blue 173

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

Shades of Rich Blue #483FAD

Tints of Rich Blue #483FAD

RGB

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

 GREEN value IS 63 (25% from 255) = 20.45%

 BLUE value IS 173 (67.97% from 255) = 56.17%

R = 23.38%
G = 20.45%
B = 56.17%

CMYK

 C value IS 0.58

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#483FAD (or 0x483FAD) is known color: Rich Blue. HEX triplet: 48, 3F and AD. RGB value is (72,63,173). Sum of RGB (Red+Green+Blue) = 72+63+173=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 173 (67.97% from 255 or 56.17% from 308); Max value from RGB is 173 - color contains mainly: blue. Hex color #483FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483FAD is #B7C052. Grayscale: #4D4D4D. Windows color (decimal): -12042323 or 11353928. OLE color: 11353928.

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

Color convert

RGB 72 63 173 -
CMYK 0.58 0.64 0 0.32
HSL 244.91º 0.47% 0.46% -
HSV(B) 244.91º 0.64% 0.68% -
XYZ 11.99 7.95 40.44 -
YUV 78.23 181.48 123.56 -
System Red Green Blue C M Y K H S L
Decimal 72 63 173 0.58 0.64 0 0.32 244.91 0.47 0.46
Hex 48 3F AD 3A 40 0 20 F5 2F 2E
Octal 110 77 255 72 100 0 40 365 57 56
Binary 1001000 111111 10101101 111010 1000000 0 100000 11110101 101111 101110

Color Harmonies of #483FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483FAD

Black with #483FAD

Text Example


Text Example

White with #483FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,63,173); }

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

background-color css

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

 a { background-color: rgb(72,63,173); }

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

border-color css

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

 span { border-color: rgb(72,63,173); }

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