#485ED5

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

Shades of Free Speech Blue #485ED5

Tints of Free Speech Blue #485ED5

Color information

#485ED5 (or 0x485ED5) is unknown color: approx Free Speech Blue. HEX triplet: 48, 5E and D5. RGB value is (72,94,213). Sum of RGB (Red+Green+Blue) = 72+94+213=379 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.00% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 213 (83.59% from 255 or 56.20% from 379); Max value from RGB is 213 - color contains mainly: blue. Hex color #485ED5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485ED5 is #B7A12A. Grayscale: #646464. Windows color (decimal): -12034347 or 13983304. OLE color: 13983304.

HSL color Cylindrical-coordinate representation of color #485ED5: hue angle of 230.64º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #485ED5 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7294213-
CMYK0.660.5600.16
HSL230.64º62.67%55.88%-
HSV(B)230.64º66.2%83.53%-
XYZ18.6914.1964.7-
YUV100.99191.21107.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.00%
GREEN value IS 94 (37.11% from 255) = 24.80%
BLUE value IS 213 (83.59% from 255) = 56.20%
R=19.00%
G=24.80%
B=56.20%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal72942130.660.5600.16230.6462.6755.88
Hex485ED54238010e73f38
Octal110136325102700203477770
Binary1001000101111011010101100001011100001000011100111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485ED5; }

 p { color: rgb(72,94,213); }

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

<style>
 a { background-color: #485ED5; }

 a { background-color: rgb(72,94,213); }

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

<style>
 span { border-color: #485ED5; }

 span { border-color: rgb(72,94,213); }

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