#483BC7

Color #483BC7 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #483BC7

Tints of Free Speech Blue #483BC7

Color information

#483BC7 (or 0x483BC7) is unknown color: approx Free Speech Blue. HEX triplet: 48, 3B and C7. RGB value is (72,59,199). Sum of RGB (Red+Green+Blue) = 72+59+199=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 199 (78.12% from 255 or 60.30% from 330); Max value from RGB is 199 - color contains mainly: blue. Hex color #483BC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483BC7 is #B7C438. Grayscale: #4E4E4E. Windows color (decimal): -12043321 or 13056840. OLE color: 13056840.

HSL color Cylindrical-coordinate representation of color #483BC7: hue angle of 245.57º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #483BC7 is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7259199-
CMYK0.640.7000.22
HSL245.57º55.56%50.59%-
HSV(B)245.57º70.35%78.04%-
XYZ14.558.6354.93-
YUV78.85195.81123.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.82%
GREEN value IS 59 (23.44% from 255) = 17.88%
BLUE value IS 199 (78.12% from 255) = 60.30%
R=21.82%
G=17.88%
B=60.30%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal72591990.640.7000.22245.5755.5650.59
Hex483BC74046016f63833
Octal110733071001060263667063
Binary1001000111011110001111000000100011001011011110110111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #483BC7;
 }
 .AnyTagClassName
 {
   color: #483BC7;
 }
</style>
background-color css

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

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

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

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

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

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