#485CD0

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

Shades of Free Speech Blue #485CD0

Tints of Free Speech Blue #485CD0

Color information

#485CD0 (or 0x485CD0) is unknown color: approx Free Speech Blue. HEX triplet: 48, 5C and D0. RGB value is (72,92,208). Sum of RGB (Red+Green+Blue) = 72+92+208=372 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.35% from 372); Green value is 92 (36.33% from 255 or 24.73% from 372); Blue value is 208 (81.64% from 255 or 55.91% from 372); Max value from RGB is 208 - color contains mainly: blue. Hex color #485CD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485CD0 is #B7A32F. Grayscale: #626262. Windows color (decimal): -12034864 or 13655112. OLE color: 13655112.

HSL color Cylindrical-coordinate representation of color #485CD0: hue angle of 231.18º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #485CD0 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB7292208-
CMYK0.650.5600.18
HSL231.18º59.13%54.9%-
HSV(B)231.18º65.38%81.57%-
XYZ17.8813.5961.35-
YUV99.24189.37108.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.35%
GREEN value IS 92 (36.33% from 255) = 24.73%
BLUE value IS 208 (81.64% from 255) = 55.91%
R=19.35%
G=24.73%
B=55.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal72922080.650.5600.18231.1859.1354.9
Hex485CD04138012e73b37
Octal110134320101700223477367
Binary1001000101110011010000100000111100001001011100111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,92,208); }

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

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

 a { background-color: rgb(72,92,208); }

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

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

 span { border-color: rgb(72,92,208); }

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