#484CDF

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

Shades of Free Speech Blue #484CDF

Tints of Free Speech Blue #484CDF

Color information

#484CDF (or 0x484CDF) is unknown color: approx Free Speech Blue. HEX triplet: 48, 4C and DF. RGB value is (72,76,223). Sum of RGB (Red+Green+Blue) = 72+76+223=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #484CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484CDF is #B7B320. Grayscale: #5A5A5A. Windows color (decimal): -12038945 or 14634056. OLE color: 14634056.

HSL color Cylindrical-coordinate representation of color #484CDF: hue angle of 238.41º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #484CDF is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7276223-
CMYK0.680.6600.13
HSL238.41º70.23%57.84%-
HSV(B)238.41º67.71%87.45%-
XYZ18.5811.8771.12-
YUV91.56202.17114.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.41%
GREEN value IS 76 (30.08% from 255) = 20.49%
BLUE value IS 223 (87.5% from 255) = 60.11%
R=19.41%
G=20.49%
B=60.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal72762230.680.6600.13238.4170.2357.84
Hex484CDF44420Dee463a
Octal11011433710410201535610672
Binary10010001001100110111111000100100001001101111011101000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,76,223); }

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

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

 a { background-color: rgb(72,76,223); }

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

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

 span { border-color: rgb(72,76,223); }

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