Html Css Color HEX #4D59BA Free Speech Blue

📋 copy color: '#4D59BA'

red 77 ◦ green 89 ◦ blue 186

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

Shades of Free Speech Blue #4D59BA

Tints of Free Speech Blue #4D59BA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.28%

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

R = 21.88%
G = 25.28%
B = 52.84%

CMYK

 C value IS 0.59

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4D59BA (or 0x4D59BA) is known color: Free Speech Blue. HEX triplet: 4D, 59 and BA. RGB value is (77,89,186). Sum of RGB (Red+Green+Blue) = 77+89+186=352 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.88% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D59BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D59BA is #B2A645. Grayscale: #606060. Windows color (decimal): -11707974 or 12212557. OLE color: 12212557.

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

Color convert

RGB 77 89 186 -
CMYK 0.59 0.52 0 0.27
HSL 233.39º 0.44% 0.52% -
HSV(B) 233.39º 0.59% 0.73% -
XYZ 15.5 12.27 48.01 -
YUV 96.47 178.52 114.11 -
System Red Green Blue C M Y K H S L
Decimal 77 89 186 0.59 0.52 0 0.27 233.39 0.44 0.52
Hex 4D 59 BA 3B 34 0 1B E9 2C 34
Octal 115 131 272 73 64 0 33 351 54 64
Binary 1001101 1011001 10111010 111011 110100 0 11011 11101001 101100 110100

Color Harmonies of #4D59BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D59BA

Black with #4D59BA

Text Example


Text Example

White with #4D59BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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