#485FB4

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

Shades of Free Speech Blue #485FB4

Tints of Free Speech Blue #485FB4

Color information

#485FB4 (or 0x485FB4) is unknown color: approx Free Speech Blue. HEX triplet: 48, 5F and B4. RGB value is (72,95,180). Sum of RGB (Red+Green+Blue) = 72+95+180=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 180 (70.70% from 255 or 51.87% from 347); Max value from RGB is 180 - color contains mainly: blue. Hex color #485FB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485FB4 is #B7A04B. Grayscale: #616161. Windows color (decimal): -12034124 or 11820872. OLE color: 11820872.

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

Color convert

RGB7295180-
CMYK0.600.4700.29
HSL227.22º42.86%49.41%-
HSV(B)227.22º60%70.59%-
XYZ1512.8644.87-
YUV97.81174.38109.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.75%
GREEN value IS 95 (37.5% from 255) = 27.38%
BLUE value IS 180 (70.70% from 255) = 51.87%
R=20.75%
G=27.38%
B=51.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal72951800.600.4700.29227.2242.8649.41
Hex485FB43C2F01De32b31
Octal11013726474570353435361
Binary100100010111111011010011110010111101110111100011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,95,180); }

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

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

 a { background-color: rgb(72,95,180); }

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

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

 span { border-color: rgb(72,95,180); }

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