#484eb7

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

Shades of Free Speech Blue #484EB7

Tints of Free Speech Blue #484EB7

Color information

#484EB7 (or 0x484EB7) is unknown color: approx Free Speech Blue. HEX triplet: 48, 4E and B7. RGB value is (72,78,183). Sum of RGB (Red+Green+Blue) = 72+78+183=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 78 (30.86% from 255 or 23.42% from 333); Blue value is 183 (71.88% from 255 or 54.95% from 333); Max value from RGB is 183 - color contains mainly: blue. Hex color #484EB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484EB7 is #B7B148. Grayscale: #575757. Windows color (decimal): -12038473 or 12013128. OLE color: 12013128.

HSL color Cylindrical-coordinate representation of color #484EB7: hue angle of 236.76º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #484EB7 is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB7278183-
CMYK0.610.5700.28
HSL236.76º43.53%50%-
HSV(B)236.76º60.66%71.76%-
XYZ13.9410.2546.04-
YUV88.18181.51116.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.62%
GREEN value IS 78 (30.86% from 255) = 23.42%
BLUE value IS 183 (71.88% from 255) = 54.95%
R=21.62%
G=23.42%
B=54.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal72781830.610.5700.28236.7643.5350
Hex484EB73D3901Ced2c32
Octal11011626775710343555462
Binary100100010011101011011111110111100101110011101101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484eb7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,78,183); }

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

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

 a { background-color: rgb(72,78,183); }

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

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

 span { border-color: rgb(72,78,183); }

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