#484EB8

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

Shades of Free Speech Blue #484EB8

Tints of Free Speech Blue #484EB8

Color information

#484EB8 (or 0x484EB8) is unknown color: approx Free Speech Blue. HEX triplet: 48, 4E and B8. RGB value is (72,78,184). Sum of RGB (Red+Green+Blue) = 72+78+184=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 184 (72.27% from 255 or 55.09% from 334); Max value from RGB is 184 - color contains mainly: blue. Hex color #484EB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484EB8 is #B7B147. Grayscale: #575757. Windows color (decimal): -12038472 or 12078664. OLE color: 12078664.

HSL color Cylindrical-coordinate representation of color #484EB8: hue angle of 236.79º 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 #484EB8 is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB7278184-
CMYK0.610.5800.28
HSL236.79º44.09%50.2%-
HSV(B)236.79º60.87%72.16%-
XYZ14.0510.2946.59-
YUV88.29182.01116.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.56%
GREEN value IS 78 (30.86% from 255) = 23.35%
BLUE value IS 184 (72.27% from 255) = 55.09%
R=21.56%
G=23.35%
B=55.09%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal72781840.610.5800.28236.7944.0950.2
Hex484EB83D3A01Ced2c32
Octal11011627075720343555462
Binary100100010011101011100011110111101001110011101101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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