Html Css Color HEX #4D5ABE Free Speech Blue

📋 copy color: '#4D5ABE'

red 77 ◦ green 90 ◦ blue 190

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

Shades of Free Speech Blue #4D5ABE

Tints of Free Speech Blue #4D5ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.22%

R = 21.57%
G = 25.21%
B = 53.22%

CMYK

 C value IS 0.59

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D5ABE (or 0x4D5ABE) is known color: Free Speech Blue. HEX triplet: 4D, 5A and BE. RGB value is (77,90,190). Sum of RGB (Red+Green+Blue) = 77+90+190=357 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.57% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 190 (74.61% from 255 or 53.22% from 357); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D5ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D5ABE is #B2A541. Grayscale: #616161. Windows color (decimal): -11707714 or 12474957. OLE color: 12474957.

HSL color Cylindrical-coordinate representation of color #4D5ABE: hue angle of 233.1º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D5ABE is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 90 190 -
CMYK 0.59 0.53 0 0.25
HSL 233.1º 0.47% 0.52% -
HSV(B) 233.1º 0.59% 0.75% -
XYZ 16.01 12.61 50.3 -
YUV 97.51 180.19 113.37 -
System Red Green Blue C M Y K H S L
Decimal 77 90 190 0.59 0.53 0 0.25 233.1 0.47 0.52
Hex 4D 5A BE 3B 35 0 19 E9 2F 34
Octal 115 132 276 73 65 0 31 351 57 64
Binary 1001101 1011010 10111110 111011 110101 0 11001 11101001 101111 110100

Color Harmonies of #4D5ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5ABE

Black with #4D5ABE

Text Example


Text Example

White with #4D5ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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