Html Css Color HEX #4B50BC Free Speech Blue

📋 copy color: '#4B50BC'

red 75 ◦ green 80 ◦ blue 188

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

Shades of Free Speech Blue #4B50BC

Tints of Free Speech Blue #4B50BC

RGB

 RED value IS 75 (29.69% from 255) = 21.87%

 GREEN value IS 80 (31.64% from 255) = 23.32%

 BLUE value IS 188 (73.83% from 255) = 54.81%

R = 21.87%
G = 23.32%
B = 54.81%

CMYK

 C value IS 0.60

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4B50BC (or 0x4B50BC) is known color: Free Speech Blue. HEX triplet: 4B, 50 and BC. RGB value is (75,80,188). Sum of RGB (Red+Green+Blue) = 75+80+188=343 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.87% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #4B50BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B50BC is #B4AF43. Grayscale: #5A5A5A. Windows color (decimal): -11841348 or 12341323. OLE color: 12341323.

HSL color Cylindrical-coordinate representation of color #4B50BC: hue angle of 237.35º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B50BC is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 75 80 188 -
CMYK 0.60 0.57 0 0.26
HSL 237.35º 0.46% 0.52% -
HSV(B) 237.35º 0.6% 0.74% -
XYZ 14.85 10.86 48.89 -
YUV 90.82 182.84 116.72 -
System Red Green Blue C M Y K H S L
Decimal 75 80 188 0.60 0.57 0 0.26 237.35 0.46 0.52
Hex 4B 50 BC 3C 39 0 1A ED 2E 34
Octal 113 120 274 74 71 0 32 355 56 64
Binary 1001011 1010000 10111100 111100 111001 0 11010 11101101 101110 110100

Color Harmonies of #4B50BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B50BC

Black with #4B50BC

Text Example


Text Example

White with #4B50BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,80,188); }

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

background-color css

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

 a { background-color: rgb(75,80,188); }

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

border-color css

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

 span { border-color: rgb(75,80,188); }

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