#4B55CA

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

Shades of Free Speech Blue #4B55CA

Tints of Free Speech Blue #4B55CA

Color information

#4B55CA (or 0x4B55CA) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 55 and CA. RGB value is (75,85,202). Sum of RGB (Red+Green+Blue) = 75+85+202=362 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.72% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 202 (79.30% from 255 or 55.80% from 362); Max value from RGB is 202 - color contains mainly: blue. Hex color #4B55CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B55CA is #B4AA35. Grayscale: #5E5E5E. Windows color (decimal): -11840054 or 13260107. OLE color: 13260107.

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

Color convert

RGB7585202-
CMYK0.630.5800.21
HSL235.28º54.51%54.31%-
HSV(B)235.28º62.87%79.22%-
XYZ16.8112.2657.36-
YUV95.35188.19113.49-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.72%
GREEN value IS 85 (33.59% from 255) = 23.48%
BLUE value IS 202 (79.30% from 255) = 55.80%
R=20.72%
G=23.48%
B=55.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal75852020.630.5800.21235.2854.5154.31
Hex4B55CA3F3A015eb3736
Octal11312531277720253536766
Binary100101110101011100101011111111101001010111101011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B55CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B55CA; }

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

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

<style>
 a { background-color: #4B55CA; }

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

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

<style>
 span { border-color: #4B55CA; }

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

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