Html Css Color HEX #4D65B9 Free Speech Blue

📋 copy color: '#4D65B9'

red 77 ◦ green 101 ◦ blue 185

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

Shades of Free Speech Blue #4D65B9

Tints of Free Speech Blue #4D65B9

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.82%

 BLUE value IS 185 (72.66% from 255) = 50.96%

R = 21.21%
G = 27.82%
B = 50.96%

CMYK

 C value IS 0.58

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4D65B9 (or 0x4D65B9) is known color: Free Speech Blue. HEX triplet: 4D, 65 and B9. RGB value is (77,101,185). Sum of RGB (Red+Green+Blue) = 77+101+185=363 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.21% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 185 (72.66% from 255 or 50.96% from 363); Max value from RGB is 185 - color contains mainly: blue. Hex color #4D65B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D65B9 is #B29A46. Grayscale: #676767. Windows color (decimal): -11704903 or 12150093. OLE color: 12150093.

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

Color convert

RGB 77 101 185 -
CMYK 0.58 0.45 0 0.27
HSL 226.67º 0.44% 0.51% -
HSV(B) 226.67º 0.58% 0.73% -
XYZ 16.47 14.39 47.81 -
YUV 103.4 174.05 109.17 -
System Red Green Blue C M Y K H S L
Decimal 77 101 185 0.58 0.45 0 0.27 226.67 0.44 0.51
Hex 4D 65 B9 3A 2D 0 1B E3 2C 33
Octal 115 145 271 72 55 0 33 343 54 63
Binary 1001101 1100101 10111001 111010 101101 0 11011 11100011 101100 110011

Color Harmonies of #4D65B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D65B9

Black with #4D65B9

Text Example


Text Example

White with #4D65B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,101,185); }

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

background-color css

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

 a { background-color: rgb(77,101,185); }

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

border-color css

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

 span { border-color: rgb(77,101,185); }

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