#484CBE

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

Shades of Free Speech Blue #484CBE

Tints of Free Speech Blue #484CBE

Color information

#484CBE (or 0x484CBE) is unknown color: approx Free Speech Blue. HEX triplet: 48, 4C and BE. RGB value is (72,76,190). Sum of RGB (Red+Green+Blue) = 72+76+190=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 190 (74.61% from 255 or 56.21% from 338); Max value from RGB is 190 - color contains mainly: blue. Hex color #484CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484CBE is #B7B341. Grayscale: #575757. Windows color (decimal): -12038978 or 12471368. OLE color: 12471368.

HSL color Cylindrical-coordinate representation of color #484CBE: hue angle of 237.97º 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 #484CBE is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7276190-
CMYK0.620.6000.25
HSL237.97º47.58%51.37%-
HSV(B)237.97º62.11%74.51%-
XYZ14.5510.2649.93-
YUV87.8185.67116.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.30%
GREEN value IS 76 (30.08% from 255) = 22.49%
BLUE value IS 190 (74.61% from 255) = 56.21%
R=21.30%
G=22.49%
B=56.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal72761900.620.6000.25237.9747.5851.37
Hex484CBE3E3C019ee3033
Octal11011427676740313566063
Binary100100010011001011111011111011110001100111101110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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