Html Css Color HEX #4D52BE Free Speech Blue

📋 copy color: '#4D52BE'

red 77 ◦ green 82 ◦ blue 190

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

Shades of Free Speech Blue #4D52BE

Tints of Free Speech Blue #4D52BE

RGB

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

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

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

R = 22.06%
G = 23.5%
B = 54.44%

CMYK

 C value IS 0.59

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D52BE (or 0x4D52BE) is known color: Free Speech Blue. HEX triplet: 4D, 52 and BE. RGB value is (77,82,190). Sum of RGB (Red+Green+Blue) = 77+82+190=349 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.06% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 190 (74.61% from 255 or 54.44% from 349); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D52BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D52BE is #B2AD41. Grayscale: #5C5C5C. Windows color (decimal): -11709762 or 12472909. OLE color: 12472909.

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

Color convert

RGB 77 82 190 -
CMYK 0.59 0.57 0 0.25
HSL 237.35º 0.47% 0.52% -
HSV(B) 237.35º 0.59% 0.75% -
XYZ 15.37 11.33 50.09 -
YUV 92.82 182.84 116.72 -
System Red Green Blue C M Y K H S L
Decimal 77 82 190 0.59 0.57 0 0.25 237.35 0.47 0.52
Hex 4D 52 BE 3B 39 0 19 ED 2F 34
Octal 115 122 276 73 71 0 31 355 57 64
Binary 1001101 1010010 10111110 111011 111001 0 11001 11101101 101111 110100

Color Harmonies of #4D52BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D52BE

Black with #4D52BE

Text Example


Text Example

White with #4D52BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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