#484CBA

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

Shades of Free Speech Blue #484CBA

Tints of Free Speech Blue #484CBA

Color information

#484CBA (or 0x484CBA) is unknown color: approx Free Speech Blue. HEX triplet: 48, 4C and BA. RGB value is (72,76,186). Sum of RGB (Red+Green+Blue) = 72+76+186=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #484CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484CBA is #B7B345. Grayscale: #565656. Windows color (decimal): -12038982 or 12209224. OLE color: 12209224.

HSL color Cylindrical-coordinate representation of color #484CBA: hue angle of 237.89º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #484CBA is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7276186-
CMYK0.610.5900.27
HSL237.89º45.24%50.59%-
HSV(B)237.89º61.29%72.94%-
XYZ14.1210.0947.66-
YUV87.34183.67117.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.56%
GREEN value IS 76 (30.08% from 255) = 22.75%
BLUE value IS 186 (73.05% from 255) = 55.69%
R=21.56%
G=22.75%
B=55.69%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal72761860.610.5900.27237.8945.2450.59
Hex484CBA3D3B01Bee2d33
Octal11011427275730333565563
Binary100100010011001011101011110111101101101111101110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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