#484BCA

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

Shades of Free Speech Blue #484BCA

Tints of Free Speech Blue #484BCA

Color information

#484BCA (or 0x484BCA) is unknown color: approx Free Speech Blue. HEX triplet: 48, 4B and CA. RGB value is (72,75,202). Sum of RGB (Red+Green+Blue) = 72+75+202=349 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.63% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 202 (79.30% from 255 or 57.88% from 349); Max value from RGB is 202 - color contains mainly: blue. Hex color #484BCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484BCA is #B7B435. Grayscale: #585858. Windows color (decimal): -12039222 or 13257544. OLE color: 13257544.

HSL color Cylindrical-coordinate representation of color #484BCA: hue angle of 238.62º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #484BCA is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7275202-
CMYK0.640.6300.21
HSL238.62º55.08%53.73%-
HSV(B)238.62º64.36%79.22%-
XYZ15.8510.6757.1-
YUV88.58192.01116.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.63%
GREEN value IS 75 (29.69% from 255) = 21.49%
BLUE value IS 202 (79.30% from 255) = 57.88%
R=20.63%
G=21.49%
B=57.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal72752020.640.6300.21238.6255.0853.73
Hex484BCA403F015ef3736
Octal110113312100770253576766
Binary1001000100101111001010100000011111101010111101111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,75,202); }

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

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

 a { background-color: rgb(72,75,202); }

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

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

 span { border-color: rgb(72,75,202); }

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