#484DC8

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

Shades of Free Speech Blue #484DC8

Tints of Free Speech Blue #484DC8

Color information

#484DC8 (or 0x484DC8) is unknown color: approx Free Speech Blue. HEX triplet: 48, 4D and C8. RGB value is (72,77,200). Sum of RGB (Red+Green+Blue) = 72+77+200=349 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.63% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 200 (78.52% from 255 or 57.31% from 349); Max value from RGB is 200 - color contains mainly: blue. Hex color #484DC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484DC8 is #B7B237. Grayscale: #595959. Windows color (decimal): -12038712 or 13126984. OLE color: 13126984.

HSL color Cylindrical-coordinate representation of color #484DC8: hue angle of 237.66º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #484DC8 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7277200-
CMYK0.640.6200.22
HSL237.66º53.78%53.33%-
HSV(B)237.66º64%78.43%-
XYZ15.7510.8655.91-
YUV89.53190.34115.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.63%
GREEN value IS 77 (30.47% from 255) = 22.06%
BLUE value IS 200 (78.52% from 255) = 57.31%
R=20.63%
G=22.06%
B=57.31%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal72772000.640.6200.22237.6653.7853.33
Hex484DC8403E016ee3635
Octal110115310100760263566665
Binary1001000100110111001000100000011111001011011101110110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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