#483FDC

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

Shades of Free Speech Blue #483FDC

Tints of Free Speech Blue #483FDC

Color information

#483FDC (or 0x483FDC) is unknown color: approx Free Speech Blue. HEX triplet: 48, 3F and DC. RGB value is (72,63,220). Sum of RGB (Red+Green+Blue) = 72+63+220=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 63 (25% from 255 or 17.75% from 355); Blue value is 220 (86.33% from 255 or 61.97% from 355); Max value from RGB is 220 - color contains mainly: blue. Hex color #483FDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483FDC is #B7C023. Grayscale: #525252. Windows color (decimal): -12042276 or 14434120. OLE color: 14434120.

HSL color Cylindrical-coordinate representation of color #483FDC: hue angle of 243.44º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #483FDC is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB7263220-
CMYK0.670.7100.14
HSL243.44º69.16%55.49%-
HSV(B)243.44º71.36%86.27%-
XYZ17.3710.168.74-
YUV83.59204.98119.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.28%
GREEN value IS 63 (25% from 255) = 17.75%
BLUE value IS 220 (86.33% from 255) = 61.97%
R=20.28%
G=17.75%
B=61.97%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal72632200.670.7100.14243.4469.1655.49
Hex483FDC43470Ef34537
Octal1107733410310701636310567
Binary1001000111111110111001000011100011101110111100111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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