#485BBE

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

Shades of Free Speech Blue #485BBE

Tints of Free Speech Blue #485BBE

Color information

#485BBE (or 0x485BBE) is unknown color: approx Free Speech Blue. HEX triplet: 48, 5B and BE. RGB value is (72,91,190). Sum of RGB (Red+Green+Blue) = 72+91+190=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #485BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485BBE is #B7A441. Grayscale: #606060. Windows color (decimal): -12035138 or 12475208. OLE color: 12475208.

HSL color Cylindrical-coordinate representation of color #485BBE: hue angle of 230.34º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #485BBE is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7291190-
CMYK0.620.5200.25
HSL230.34º47.58%51.37%-
HSV(B)230.34º62.11%74.51%-
XYZ15.7112.5850.32-
YUV96.6180.71110.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.40%
GREEN value IS 91 (35.94% from 255) = 25.78%
BLUE value IS 190 (74.61% from 255) = 53.82%
R=20.40%
G=25.78%
B=53.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal72911900.620.5200.25230.3447.5851.37
Hex485BBE3E34019e63033
Octal11013327676640313466063
Binary100100010110111011111011111011010001100111100110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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