Html Css Color HEX #4D3FBE Free Speech Blue

📋 copy color: '#4D3FBE'

red 77 ◦ green 63 ◦ blue 190

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

Shades of Free Speech Blue #4D3FBE

Tints of Free Speech Blue #4D3FBE

RGB

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

 GREEN value IS 63 (25% from 255) = 19.09%

 BLUE value IS 190 (74.61% from 255) = 57.58%

R = 23.33%
G = 19.09%
B = 57.58%

CMYK

 C value IS 0.59

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D3FBE (or 0x4D3FBE) is known color: Free Speech Blue. HEX triplet: 4D, 3F and BE. RGB value is (77,63,190). Sum of RGB (Red+Green+Blue) = 77+63+190=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 190 (74.61% from 255 or 57.58% from 330); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D3FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3FBE is #B2C041. Grayscale: #515151. Windows color (decimal): -11714626 or 12468045. OLE color: 12468045.

HSL color Cylindrical-coordinate representation of color #4D3FBE: hue angle of 246.61º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D3FBE is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 63 190 -
CMYK 0.59 0.67 0 0.25
HSL 246.61º 0.5% 0.5% -
HSV(B) 246.61º 0.67% 0.75% -
XYZ 14.13 8.85 49.68 -
YUV 81.66 189.14 124.67 -
System Red Green Blue C M Y K H S L
Decimal 77 63 190 0.59 0.67 0 0.25 246.61 0.5 0.5
Hex 4D 3F BE 3B 43 0 19 F7 32 32
Octal 115 77 276 73 103 0 31 367 62 62
Binary 1001101 111111 10111110 111011 1000011 0 11001 11110111 110010 110010

Color Harmonies of #4D3FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3FBE

Black with #4D3FBE

Text Example


Text Example

White with #4D3FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,63,190); }

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

background-color css

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

 a { background-color: rgb(77,63,190); }

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

border-color css

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

 span { border-color: rgb(77,63,190); }

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