Html Css Color HEX #4D68CA Free Speech Blue

📋 copy color: '#4D68CA'

red 77 ◦ green 104 ◦ blue 202

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

Shades of Free Speech Blue #4D68CA

Tints of Free Speech Blue #4D68CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.74%

R = 20.1%
G = 27.15%
B = 52.74%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4D68CA (or 0x4D68CA) is known color: Free Speech Blue. HEX triplet: 4D, 68 and CA. RGB value is (77,104,202). Sum of RGB (Red+Green+Blue) = 77+104+202=383 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.10% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 202 (79.30% from 255 or 52.74% from 383); Max value from RGB is 202 - color contains mainly: blue. Hex color #4D68CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D68CA is #B29735. Grayscale: #6A6A6A. Windows color (decimal): -11704118 or 13264973. OLE color: 13264973.

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

Color convert

RGB 77 104 202 -
CMYK 0.62 0.49 0 0.21
HSL 227.04º 0.54% 0.55% -
HSV(B) 227.04º 0.62% 0.79% -
XYZ 18.67 15.74 57.93 -
YUV 107.1 181.55 106.53 -
System Red Green Blue C M Y K H S L
Decimal 77 104 202 0.62 0.49 0 0.21 227.04 0.54 0.55
Hex 4D 68 CA 3E 31 0 15 E3 36 37
Octal 115 150 312 76 61 0 25 343 66 67
Binary 1001101 1101000 11001010 111110 110001 0 10101 11100011 110110 110111

Color Harmonies of #4D68CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D68CA

Black with #4D68CA

Text Example


Text Example

White with #4D68CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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