Html Css Color HEX #4D55BB Free Speech Blue

📋 copy color: '#4D55BB'

red 77 ◦ green 85 ◦ blue 187

#4D55BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #4D55BB

Tints of Free Speech Blue #4D55BB

RGB

 RED value IS 77 (30.47% from 255) = 22.06%

 GREEN value IS 85 (33.59% from 255) = 24.36%

 BLUE value IS 187 (73.44% from 255) = 53.58%

R = 22.06%
G = 24.36%
B = 53.58%

CMYK

 C value IS 0.59

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4D55BB (or 0x4D55BB) is known color: Free Speech Blue. HEX triplet: 4D, 55 and BB. RGB value is (77,85,187). Sum of RGB (Red+Green+Blue) = 77+85+187=349 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.06% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 187 (73.44% from 255 or 53.58% from 349); Max value from RGB is 187 - color contains mainly: blue. Hex color #4D55BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D55BB is #B2AA44. Grayscale: #5D5D5D. Windows color (decimal): -11708997 or 12277069. OLE color: 12277069.

HSL color Cylindrical-coordinate representation of color #4D55BB: hue angle of 235.64º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D55BB is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 77 85 187 -
CMYK 0.59 0.55 0 0.27
HSL 235.64º 0.45% 0.52% -
HSV(B) 235.64º 0.59% 0.73% -
XYZ 15.28 11.66 48.46 -
YUV 94.24 180.35 115.71 -
System Red Green Blue C M Y K H S L
Decimal 77 85 187 0.59 0.55 0 0.27 235.64 0.45 0.52
Hex 4D 55 BB 3B 37 0 1B EC 2D 34
Octal 115 125 273 73 67 0 33 354 55 64
Binary 1001101 1010101 10111011 111011 110111 0 11011 11101100 101101 110100

Color Harmonies of #4D55BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D55BB

Black with #4D55BB

Text Example


Text Example

White with #4D55BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,85,187); }

 H1.HeaderClassName
 {
   color: #4D55BB;
 }
 .AnyTagClassName
 {
   color: #4D55BB;
 }
</style>

background-color css

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

 a { background-color: rgb(77,85,187); }

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

border-color css

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

 span { border-color: rgb(77,85,187); }

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