Html Css Color HEX #4D5CCE Free Speech Blue

📋 copy color: '#4D5CCE'

red 77 ◦ green 92 ◦ blue 206

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

Shades of Free Speech Blue #4D5CCE

Tints of Free Speech Blue #4D5CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.93%

R = 20.53%
G = 24.53%
B = 54.93%

CMYK

 C value IS 0.63

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4D5CCE (or 0x4D5CCE) is known color: Free Speech Blue. HEX triplet: 4D, 5C and CE. RGB value is (77,92,206). Sum of RGB (Red+Green+Blue) = 77+92+206=375 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.53% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D5CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D5CCE is #B2A331. Grayscale: #646464. Windows color (decimal): -11707186 or 13524045. OLE color: 13524045.

HSL color Cylindrical-coordinate representation of color #4D5CCE: hue angle of 233.02º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D5CCE is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 77 92 206 -
CMYK 0.63 0.55 0 0.19
HSL 233.02º 0.57% 0.55% -
HSV(B) 233.02º 0.63% 0.81% -
XYZ 18.03 13.69 60.08 -
YUV 100.51 187.53 111.23 -
System Red Green Blue C M Y K H S L
Decimal 77 92 206 0.63 0.55 0 0.19 233.02 0.57 0.55
Hex 4D 5C CE 3F 37 0 13 E9 39 37
Octal 115 134 316 77 67 0 23 351 71 67
Binary 1001101 1011100 11001110 111111 110111 0 10011 11101001 111001 110111

Color Harmonies of #4D5CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5CCE

Black with #4D5CCE

Text Example


Text Example

White with #4D5CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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