#485ECD

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

Shades of Free Speech Blue #485ECD

Tints of Free Speech Blue #485ECD

Color information

#485ECD (or 0x485ECD) is unknown color: approx Free Speech Blue. HEX triplet: 48, 5E and CD. RGB value is (72,94,205). Sum of RGB (Red+Green+Blue) = 72+94+205=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #485ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485ECD is #B7A132. Grayscale: #636363. Windows color (decimal): -12034355 or 13459016. OLE color: 13459016.

HSL color Cylindrical-coordinate representation of color #485ECD: hue angle of 230.08º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #485ECD is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7294205-
CMYK0.650.5400.20
HSL230.08º57.08%54.31%-
HSV(B)230.08º64.88%80.39%-
XYZ17.6913.7959.49-
YUV100.08187.21107.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.41%
GREEN value IS 94 (37.11% from 255) = 25.34%
BLUE value IS 205 (80.47% from 255) = 55.26%
R=19.41%
G=25.34%
B=55.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal72942050.650.5400.20230.0857.0854.31
Hex485ECD4136014e63936
Octal110136315101660243467166
Binary1001000101111011001101100000111011001010011100110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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