Html Css Color HEX #4D60BF Free Speech Blue

📋 copy color: '#4D60BF'

red 77 ◦ green 96 ◦ blue 191

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

Shades of Free Speech Blue #4D60BF

Tints of Free Speech Blue #4D60BF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.37%

 BLUE value IS 191 (75% from 255) = 52.47%

R = 21.15%
G = 26.37%
B = 52.47%

CMYK

 C value IS 0.60

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D60BF (or 0x4D60BF) is known color: Free Speech Blue. HEX triplet: 4D, 60 and BF. RGB value is (77,96,191). Sum of RGB (Red+Green+Blue) = 77+96+191=364 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.15% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 191 (75% from 255 or 52.47% from 364); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D60BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D60BF is #B29F40. Grayscale: #646464. Windows color (decimal): -11706177 or 12542029. OLE color: 12542029.

HSL color Cylindrical-coordinate representation of color #4D60BF: hue angle of 230º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D60BF is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 96 191 -
CMYK 0.60 0.50 0 0.25
HSL 230º 0.47% 0.53% -
HSV(B) 230º 0.6% 0.75% -
XYZ 16.65 13.71 51.06 -
YUV 101.15 178.71 110.78 -
System Red Green Blue C M Y K H S L
Decimal 77 96 191 0.60 0.50 0 0.25 230 0.47 0.53
Hex 4D 60 BF 3C 32 0 19 E6 2F 35
Octal 115 140 277 74 62 0 31 346 57 65
Binary 1001101 1100000 10111111 111100 110010 0 11001 11100110 101111 110101

Color Harmonies of #4D60BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D60BF

Black with #4D60BF

Text Example


Text Example

White with #4D60BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,96,191); }

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

background-color css

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

 a { background-color: rgb(77,96,191); }

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

border-color css

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

 span { border-color: rgb(77,96,191); }

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