#484FC9

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

Shades of Free Speech Blue #484FC9

Tints of Free Speech Blue #484FC9

Color information

#484FC9 (or 0x484FC9) is unknown color: approx Free Speech Blue. HEX triplet: 48, 4F and C9. RGB value is (72,79,201). Sum of RGB (Red+Green+Blue) = 72+79+201=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 201 (78.91% from 255 or 57.10% from 352); Max value from RGB is 201 - color contains mainly: blue. Hex color #484FC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484FC9 is #B7B036. Grayscale: #5A5A5A. Windows color (decimal): -12038199 or 13193032. OLE color: 13193032.

HSL color Cylindrical-coordinate representation of color #484FC9: hue angle of 236.74º degrees, saturation: 0.54, 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 #484FC9 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7279201-
CMYK0.640.6100.21
HSL236.74º54.43%53.53%-
HSV(B)236.74º64.18%78.82%-
XYZ16.0111.1956.57-
YUV90.82190.18114.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.45%
GREEN value IS 79 (31.25% from 255) = 22.44%
BLUE value IS 201 (78.91% from 255) = 57.10%
R=20.45%
G=22.44%
B=57.10%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal72792010.640.6100.21236.7454.4353.53
Hex484FC9403D015ed3636
Octal110117311100750253556666
Binary1001000100111111001001100000011110101010111101101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484FC9; }

 p { color: rgb(72,79,201); }

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

<style>
 a { background-color: #484FC9; }

 a { background-color: rgb(72,79,201); }

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

<style>
 span { border-color: #484FC9; }

 span { border-color: rgb(72,79,201); }

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