Html Css Color HEX #4D63BA Free Speech Blue

📋 copy color: '#4D63BA'

red 77 ◦ green 99 ◦ blue 186

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

Shades of Free Speech Blue #4D63BA

Tints of Free Speech Blue #4D63BA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.35%

 BLUE value IS 186 (73.05% from 255) = 51.38%

R = 21.27%
G = 27.35%
B = 51.38%

CMYK

 C value IS 0.59

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4D63BA (or 0x4D63BA) is known color: Free Speech Blue. HEX triplet: 4D, 63 and BA. RGB value is (77,99,186). Sum of RGB (Red+Green+Blue) = 77+99+186=362 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.27% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D63BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D63BA is #B29C45. Grayscale: #656565. Windows color (decimal): -11705414 or 12215117. OLE color: 12215117.

HSL color Cylindrical-coordinate representation of color #4D63BA: hue angle of 227.89º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D63BA is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 77 99 186 -
CMYK 0.59 0.47 0 0.27
HSL 227.89º 0.44% 0.52% -
HSV(B) 227.89º 0.59% 0.73% -
XYZ 16.39 14.05 48.3 -
YUV 102.34 175.21 109.93 -
System Red Green Blue C M Y K H S L
Decimal 77 99 186 0.59 0.47 0 0.27 227.89 0.44 0.52
Hex 4D 63 BA 3B 2F 0 1B E4 2C 34
Octal 115 143 272 73 57 0 33 344 54 64
Binary 1001101 1100011 10111010 111011 101111 0 11011 11100100 101100 110100

Color Harmonies of #4D63BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D63BA

Black with #4D63BA

Text Example


Text Example

White with #4D63BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,99,186); }

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

background-color css

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

 a { background-color: rgb(77,99,186); }

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

border-color css

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

 span { border-color: rgb(77,99,186); }

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