#485BB6

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

Shades of Free Speech Blue #485BB6

Tints of Free Speech Blue #485BB6

Color information

#485BB6 (or 0x485BB6) is unknown color: approx Free Speech Blue. HEX triplet: 48, 5B and B6. RGB value is (72,91,182). Sum of RGB (Red+Green+Blue) = 72+91+182=345 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.87% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 182 (71.48% from 255 or 52.75% from 345); Max value from RGB is 182 - color contains mainly: blue. Hex color #485BB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485BB6 is #B7A449. Grayscale: #5F5F5F. Windows color (decimal): -12035146 or 11950920. OLE color: 11950920.

HSL color Cylindrical-coordinate representation of color #485BB6: hue angle of 229.64º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #485BB6 is Cyan = 0.60, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7291182-
CMYK0.600.500.29
HSL229.64º43.31%49.8%-
HSV(B)229.64º60.44%71.37%-
XYZ14.8612.2445.83-
YUV95.69176.71111.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.87%
GREEN value IS 91 (35.94% from 255) = 26.38%
BLUE value IS 182 (71.48% from 255) = 52.75%
R=20.87%
G=26.38%
B=52.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal72911820.600.500.29229.6443.3149.8
Hex485BB63C3201De62b32
Octal11013326674620353465362
Binary100100010110111011011011110011001001110111100110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,91,182); }

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

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

 a { background-color: rgb(72,91,182); }

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

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

 span { border-color: rgb(72,91,182); }

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