Html Css Color HEX #4D52BF Free Speech Blue

📋 copy color: '#4D52BF'

red 77 ◦ green 82 ◦ blue 191

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

Shades of Free Speech Blue #4D52BF

Tints of Free Speech Blue #4D52BF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.43%

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

R = 22%
G = 23.43%
B = 54.57%

CMYK

 C value IS 0.60

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D52BF (or 0x4D52BF) is known color: Free Speech Blue. HEX triplet: 4D, 52 and BF. RGB value is (77,82,191). Sum of RGB (Red+Green+Blue) = 77+82+191=350 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 191 (75% from 255 or 54.57% from 350); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D52BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D52BF is #B2AD40. Grayscale: #5C5C5C. Windows color (decimal): -11709761 or 12538445. OLE color: 12538445.

HSL color Cylindrical-coordinate representation of color #4D52BF: hue angle of 237.37º 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 #4D52BF is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 82 191 -
CMYK 0.60 0.57 0 0.25
HSL 237.37º 0.47% 0.53% -
HSV(B) 237.37º 0.6% 0.75% -
XYZ 15.48 11.37 50.67 -
YUV 92.93 183.34 116.64 -
System Red Green Blue C M Y K H S L
Decimal 77 82 191 0.60 0.57 0 0.25 237.37 0.47 0.53
Hex 4D 52 BF 3C 39 0 19 ED 2F 35
Octal 115 122 277 74 71 0 31 355 57 65
Binary 1001101 1010010 10111111 111100 111001 0 11001 11101101 101111 110101

Color Harmonies of #4D52BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D52BF

Black with #4D52BF

Text Example


Text Example

White with #4D52BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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