#485DCA

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

Shades of Free Speech Blue #485DCA

Tints of Free Speech Blue #485DCA

Color information

#485DCA (or 0x485DCA) is unknown color: approx Free Speech Blue. HEX triplet: 48, 5D and CA. RGB value is (72,93,202). Sum of RGB (Red+Green+Blue) = 72+93+202=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 202 (79.30% from 255 or 55.04% from 367); Max value from RGB is 202 - color contains mainly: blue. Hex color #485DCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485DCA is #B7A235. Grayscale: #626262. Windows color (decimal): -12034614 or 13262152. OLE color: 13262152.

HSL color Cylindrical-coordinate representation of color #485DCA: hue angle of 230.31º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #485DCA is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7293202-
CMYK0.640.5400.21
HSL230.31º55.08%53.73%-
HSV(B)230.31º64.36%79.22%-
XYZ17.2513.4757.57-
YUV99.15186.04108.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.62%
GREEN value IS 93 (36.72% from 255) = 25.34%
BLUE value IS 202 (79.30% from 255) = 55.04%
R=19.62%
G=25.34%
B=55.04%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal72932020.640.5400.21230.3155.0853.73
Hex485DCA4036015e63736
Octal110135312100660253466766
Binary1001000101110111001010100000011011001010111100110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,93,202); }

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

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

 a { background-color: rgb(72,93,202); }

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

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

 span { border-color: rgb(72,93,202); }

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