#484CCA

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

Shades of Free Speech Blue #484CCA

Tints of Free Speech Blue #484CCA

Color information

#484CCA (or 0x484CCA) is unknown color: approx Free Speech Blue. HEX triplet: 48, 4C and CA. RGB value is (72,76,202). Sum of RGB (Red+Green+Blue) = 72+76+202=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 202 (79.30% from 255 or 57.71% from 350); Max value from RGB is 202 - color contains mainly: blue. Hex color #484CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484CCA is #B7B335. Grayscale: #585858. Windows color (decimal): -12038966 or 13257800. OLE color: 13257800.

HSL color Cylindrical-coordinate representation of color #484CCA: hue angle of 238.15º 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 #484CCA is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7276202-
CMYK0.640.6200.21
HSL238.15º55.08%53.73%-
HSV(B)238.15º64.36%79.22%-
XYZ15.9210.8157.12-
YUV89.17191.67115.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.57%
GREEN value IS 76 (30.08% from 255) = 21.71%
BLUE value IS 202 (79.30% from 255) = 57.71%
R=20.57%
G=21.71%
B=57.71%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal72762020.640.6200.21238.1555.0853.73
Hex484CCA403E015ee3736
Octal110114312100760253566766
Binary1001000100110011001010100000011111001010111101110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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