Html Css Color HEX #4D61CB Free Speech Blue

📋 copy color: '#4D61CB'

red 77 ◦ green 97 ◦ blue 203

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

Shades of Free Speech Blue #4D61CB

Tints of Free Speech Blue #4D61CB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.73%

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

R = 20.42%
G = 25.73%
B = 53.85%

CMYK

 C value IS 0.62

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4D61CB (or 0x4D61CB) is known color: Free Speech Blue. HEX triplet: 4D, 61 and CB. RGB value is (77,97,203). Sum of RGB (Red+Green+Blue) = 77+97+203=377 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.42% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #4D61CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D61CB is #B29E34. Grayscale: #666666. Windows color (decimal): -11705909 or 13328717. OLE color: 13328717.

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

Color convert

RGB 77 97 203 -
CMYK 0.62 0.52 0 0.20
HSL 230.48º 0.55% 0.55% -
HSV(B) 230.48º 0.62% 0.8% -
XYZ 18.11 14.44 58.33 -
YUV 103.1 184.37 109.38 -
System Red Green Blue C M Y K H S L
Decimal 77 97 203 0.62 0.52 0 0.20 230.48 0.55 0.55
Hex 4D 61 CB 3E 34 0 14 E6 37 37
Octal 115 141 313 76 64 0 24 346 67 67
Binary 1001101 1100001 11001011 111110 110100 0 10100 11100110 110111 110111

Color Harmonies of #4D61CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D61CB

Black with #4D61CB

Text Example


Text Example

White with #4D61CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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