Html Css Color HEX #4D5CBE Free Speech Blue

📋 copy color: '#4D5CBE'

red 77 ◦ green 92 ◦ blue 190

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

Shades of Free Speech Blue #4D5CBE

Tints of Free Speech Blue #4D5CBE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.63%

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

R = 21.45%
G = 25.63%
B = 52.92%

CMYK

 C value IS 0.59

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D5CBE (or 0x4D5CBE) is known color: Free Speech Blue. HEX triplet: 4D, 5C and BE. RGB value is (77,92,190). Sum of RGB (Red+Green+Blue) = 77+92+190=359 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.45% from 359); Green value is 92 (36.33% from 255 or 25.63% from 359); Blue value is 190 (74.61% from 255 or 52.92% from 359); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D5CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D5CBE is #B2A341. Grayscale: #626262. Windows color (decimal): -11707202 or 12475469. OLE color: 12475469.

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

Color convert

RGB 77 92 190 -
CMYK 0.59 0.52 0 0.25
HSL 232.04º 0.47% 0.52% -
HSV(B) 232.04º 0.59% 0.75% -
XYZ 16.18 12.95 50.36 -
YUV 98.69 179.53 112.53 -
System Red Green Blue C M Y K H S L
Decimal 77 92 190 0.59 0.52 0 0.25 232.04 0.47 0.52
Hex 4D 5C BE 3B 34 0 19 E8 2F 34
Octal 115 134 276 73 64 0 31 350 57 64
Binary 1001101 1011100 10111110 111011 110100 0 11001 11101000 101111 110100

Color Harmonies of #4D5CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5CBE

Black with #4D5CBE

Text Example


Text Example

White with #4D5CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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