Html Css Color HEX #4D68CC Free Speech Blue

📋 copy color: '#4D68CC'

red 77 ◦ green 104 ◦ blue 204

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

Shades of Free Speech Blue #4D68CC

Tints of Free Speech Blue #4D68CC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.01%

 BLUE value IS 204 (80.08% from 255) = 52.99%

R = 20%
G = 27.01%
B = 52.99%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4D68CC (or 0x4D68CC) is known color: Free Speech Blue. HEX triplet: 4D, 68 and CC. RGB value is (77,104,204). Sum of RGB (Red+Green+Blue) = 77+104+204=385 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D68CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D68CC is #B29733. Grayscale: #6A6A6A. Windows color (decimal): -11704116 or 13396045. OLE color: 13396045.

HSL color Cylindrical-coordinate representation of color #4D68CC: hue angle of 227.24º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D68CC is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 77 104 204 -
CMYK 0.62 0.49 0 0.2
HSL 227.24º 0.55% 0.55% -
HSV(B) 227.24º 0.62% 0.8% -
XYZ 18.91 15.84 59.19 -
YUV 107.33 182.55 106.37 -
System Red Green Blue C M Y K H S L
Decimal 77 104 204 0.62 0.49 0 0.2 227.24 0.55 0.55
Hex 4D 68 CC 3E 31 0 14 E3 37 37
Octal 115 150 314 76 61 0 24 343 67 67
Binary 1001101 1101000 11001100 111110 110001 0 10100 11100011 110111 110111

Color Harmonies of #4D68CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D68CC

Black with #4D68CC

Text Example


Text Example

White with #4D68CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,104,204); }

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

background-color css

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

 a { background-color: rgb(77,104,204); }

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

border-color css

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

 span { border-color: rgb(77,104,204); }

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