Html Css Color HEX #4D5ABD Free Speech Blue

📋 copy color: '#4D5ABD'

red 77 ◦ green 90 ◦ blue 189

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

Shades of Free Speech Blue #4D5ABD

Tints of Free Speech Blue #4D5ABD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.28%

 BLUE value IS 189 (74.22% from 255) = 53.09%

R = 21.63%
G = 25.28%
B = 53.09%

CMYK

 C value IS 0.59

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4D5ABD (or 0x4D5ABD) is known color: Free Speech Blue. HEX triplet: 4D, 5A and BD. RGB value is (77,90,189). Sum of RGB (Red+Green+Blue) = 77+90+189=356 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.63% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 189 (74.22% from 255 or 53.09% from 356); Max value from RGB is 189 - color contains mainly: blue. Hex color #4D5ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D5ABD is #B2A542. Grayscale: #606060. Windows color (decimal): -11707715 or 12409421. OLE color: 12409421.

HSL color Cylindrical-coordinate representation of color #4D5ABD: hue angle of 233.04º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D5ABD is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 77 90 189 -
CMYK 0.59 0.52 0 0.26
HSL 233.04º 0.46% 0.52% -
HSV(B) 233.04º 0.59% 0.74% -
XYZ 15.9 12.56 49.73 -
YUV 97.4 179.69 113.45 -
System Red Green Blue C M Y K H S L
Decimal 77 90 189 0.59 0.52 0 0.26 233.04 0.46 0.52
Hex 4D 5A BD 3B 34 0 1A E9 2E 34
Octal 115 132 275 73 64 0 32 351 56 64
Binary 1001101 1011010 10111101 111011 110100 0 11010 11101001 101110 110100

Color Harmonies of #4D5ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5ABD

Black with #4D5ABD

Text Example


Text Example

White with #4D5ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,90,189); }

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

background-color css

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

 a { background-color: rgb(77,90,189); }

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

border-color css

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

 span { border-color: rgb(77,90,189); }

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