Html Css Color HEX #4D68CB Free Speech Blue

📋 copy color: '#4D68CB'

red 77 ◦ green 104 ◦ blue 203

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

Shades of Free Speech Blue #4D68CB

Tints of Free Speech Blue #4D68CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.86%

R = 20.05%
G = 27.08%
B = 52.86%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4D68CB (or 0x4D68CB) is known color: Free Speech Blue. HEX triplet: 4D, 68 and CB. RGB value is (77,104,203). Sum of RGB (Red+Green+Blue) = 77+104+203=384 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.05% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #4D68CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D68CB is #B29734. Grayscale: #6A6A6A. Windows color (decimal): -11704117 or 13330509. OLE color: 13330509.

HSL color Cylindrical-coordinate representation of color #4D68CB: hue angle of 227.14º 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 #4D68CB is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 77 104 203 -
CMYK 0.62 0.49 0 0.20
HSL 227.14º 0.55% 0.55% -
HSV(B) 227.14º 0.62% 0.8% -
XYZ 18.79 15.79 58.56 -
YUV 107.21 182.05 106.45 -
System Red Green Blue C M Y K H S L
Decimal 77 104 203 0.62 0.49 0 0.20 227.14 0.55 0.55
Hex 4D 68 CB 3E 31 0 14 E3 37 37
Octal 115 150 313 76 61 0 24 343 67 67
Binary 1001101 1101000 11001011 111110 110001 0 10100 11100011 110111 110111

Color Harmonies of #4D68CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D68CB

Black with #4D68CB

Text Example


Text Example

White with #4D68CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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