#484FCD

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

Shades of Free Speech Blue #484FCD

Tints of Free Speech Blue #484FCD

Color information

#484FCD (or 0x484FCD) is unknown color: approx Free Speech Blue. HEX triplet: 48, 4F and CD. RGB value is (72,79,205). Sum of RGB (Red+Green+Blue) = 72+79+205=356 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.22% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 205 (80.47% from 255 or 57.58% from 356); Max value from RGB is 205 - color contains mainly: blue. Hex color #484FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484FCD is #B7B032. Grayscale: #5A5A5A. Windows color (decimal): -12038195 or 13455176. OLE color: 13455176.

HSL color Cylindrical-coordinate representation of color #484FCD: hue angle of 236.84º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #484FCD is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7279205-
CMYK0.650.6100.20
HSL236.84º57.08%54.31%-
HSV(B)236.84º64.88%80.39%-
XYZ16.4911.3859.08-
YUV91.27192.18114.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.22%
GREEN value IS 79 (31.25% from 255) = 22.19%
BLUE value IS 205 (80.47% from 255) = 57.58%
R=20.22%
G=22.19%
B=57.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal72792050.650.6100.20236.8457.0854.31
Hex484FCD413D014ed3936
Octal110117315101750243557166
Binary1001000100111111001101100000111110101010011101101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,79,205); }

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

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

 a { background-color: rgb(72,79,205); }

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

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

 span { border-color: rgb(72,79,205); }

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