Html Css Color HEX #483FB4 Rich Blue

📋 copy color: '#483FB4'

red 72 ◦ green 63 ◦ blue 180

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

Shades of Rich Blue #483FB4

Tints of Rich Blue #483FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 57.14%

R = 22.86%
G = 20%
B = 57.14%

CMYK

 C value IS 0.60

 M value IS 0.65

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#483FB4 (or 0x483FB4) is known color: Rich Blue. HEX triplet: 48, 3F and B4. RGB value is (72,63,180). Sum of RGB (Red+Green+Blue) = 72+63+180=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 180 (70.70% from 255 or 57.14% from 315); Max value from RGB is 180 - color contains mainly: blue. Hex color #483FB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483FB4 is #B7C04B. Grayscale: #4E4E4E. Windows color (decimal): -12042316 or 11812680. OLE color: 11812680.

HSL color Cylindrical-coordinate representation of color #483FB4: hue angle of 244.62º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #483FB4 is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 72 63 180 -
CMYK 0.60 0.65 0 0.29
HSL 244.62º 0.48% 0.48% -
HSV(B) 244.62º 0.65% 0.71% -
XYZ 12.69 8.23 44.1 -
YUV 79.03 184.98 122.99 -
System Red Green Blue C M Y K H S L
Decimal 72 63 180 0.60 0.65 0 0.29 244.62 0.48 0.48
Hex 48 3F B4 3C 41 0 1D F5 30 30
Octal 110 77 264 74 101 0 35 365 60 60
Binary 1001000 111111 10110100 111100 1000001 0 11101 11110101 110000 110000

Color Harmonies of #483FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483FB4

Black with #483FB4

Text Example


Text Example

White with #483FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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