#484dc4

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

Shades of Free Speech Blue #484DC4

Tints of Free Speech Blue #484DC4

Color information

#484DC4 (or 0x484DC4) is unknown color: approx Free Speech Blue. HEX triplet: 48, 4D and C4. RGB value is (72,77,196). Sum of RGB (Red+Green+Blue) = 72+77+196=345 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.87% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 196 (76.95% from 255 or 56.81% from 345); Max value from RGB is 196 - color contains mainly: blue. Hex color #484DC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484DC4 is #B7B23B. Grayscale: #585858. Windows color (decimal): -12038716 or 12864840. OLE color: 12864840.

HSL color Cylindrical-coordinate representation of color #484DC4: hue angle of 237.58º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #484DC4 is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB7277196-
CMYK0.630.6100.23
HSL237.58º51.24%52.55%-
HSV(B)237.58º63.27%76.86%-
XYZ15.2910.6753.48-
YUV89.07188.34115.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.87%
GREEN value IS 77 (30.47% from 255) = 22.32%
BLUE value IS 196 (76.95% from 255) = 56.81%
R=20.87%
G=22.32%
B=56.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal72771960.630.6100.23237.5851.2452.55
Hex484DC43F3D017ee3335
Octal11011530477750273566365
Binary100100010011011100010011111111110101011111101110110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484dc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,77,196); }

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

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

 a { background-color: rgb(72,77,196); }

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

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

 span { border-color: rgb(72,77,196); }

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