#484EDA

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

Shades of Free Speech Blue #484EDA

Tints of Free Speech Blue #484EDA

Color information

#484EDA (or 0x484EDA) is unknown color: approx Free Speech Blue. HEX triplet: 48, 4E and DA. RGB value is (72,78,218). Sum of RGB (Red+Green+Blue) = 72+78+218=368 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.57% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 218 (85.55% from 255 or 59.24% from 368); Max value from RGB is 218 - color contains mainly: blue. Hex color #484EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484EDA is #B7B125. Grayscale: #5B5B5B. Windows color (decimal): -12038438 or 14306888. OLE color: 14306888.

HSL color Cylindrical-coordinate representation of color #484EDA: hue angle of 237.53º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #484EDA is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB7278218-
CMYK0.670.6400.15
HSL237.53º66.36%56.86%-
HSV(B)237.53º66.97%85.49%-
XYZ18.0511.8967.67-
YUV92.17199.01113.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.57%
GREEN value IS 78 (30.86% from 255) = 21.20%
BLUE value IS 218 (85.55% from 255) = 59.24%
R=19.57%
G=21.20%
B=59.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal72782180.670.6400.15237.5366.3656.86
Hex484EDA43400Fee4239
Octal11011633210310001735610271
Binary10010001001110110110101000011100000001111111011101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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