Html Css Color HEX #4D53BA Free Speech Blue

📋 copy color: '#4D53BA'

red 77 ◦ green 83 ◦ blue 186

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

Shades of Free Speech Blue #4D53BA

Tints of Free Speech Blue #4D53BA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.99%

 BLUE value IS 186 (73.05% from 255) = 53.76%

R = 22.25%
G = 23.99%
B = 53.76%

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

#4D53BA (or 0x4D53BA) is known color: Free Speech Blue. HEX triplet: 4D, 53 and BA. RGB value is (77,83,186). Sum of RGB (Red+Green+Blue) = 77+83+186=346 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.25% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D53BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D53BA is #B2AC45. Grayscale: #5C5C5C. Windows color (decimal): -11709510 or 12211021. OLE color: 12211021.

HSL color Cylindrical-coordinate representation of color #4D53BA: hue angle of 236.7º degrees, saturation: 0.44, 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 #4D53BA is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 77 83 186 -
CMYK 0.59 0.55 0 0.27
HSL 236.7º 0.44% 0.52% -
HSV(B) 236.7º 0.59% 0.73% -
XYZ 15.02 11.31 47.85 -
YUV 92.95 180.51 116.62 -
System Red Green Blue C M Y K H S L
Decimal 77 83 186 0.59 0.55 0 0.27 236.7 0.44 0.52
Hex 4D 53 BA 3B 37 0 1B ED 2C 34
Octal 115 123 272 73 67 0 33 355 54 64
Binary 1001101 1010011 10111010 111011 110111 0 11011 11101101 101100 110100

Color Harmonies of #4D53BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D53BA

Black with #4D53BA

Text Example


Text Example

White with #4D53BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,83,186); }

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

background-color css

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

 a { background-color: rgb(77,83,186); }

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

border-color css

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

 span { border-color: rgb(77,83,186); }

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