Html Css Color HEX #4750BA Free Speech Blue

📋 copy color: '#4750BA'

red 71 ◦ green 80 ◦ blue 186

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

Shades of Free Speech Blue #4750BA

Tints of Free Speech Blue #4750BA

RGB

 RED value IS 71 (28.13% from 255) = 21.07%

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

 BLUE value IS 186 (73.05% from 255) = 55.19%

R = 21.07%
G = 23.74%
B = 55.19%

CMYK

 C value IS 0.62

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4750BA (or 0x4750BA) is known color: Free Speech Blue. HEX triplet: 47, 50 and BA. RGB value is (71,80,186). Sum of RGB (Red+Green+Blue) = 71+80+186=337 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.07% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #4750BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4750BA is #B8AF45. Grayscale: #585858. Windows color (decimal): -12103494 or 12210247. OLE color: 12210247.

HSL color Cylindrical-coordinate representation of color #4750BA: hue angle of 235.3º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4750BA is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 80 186 -
CMYK 0.62 0.57 0 0.27
HSL 235.3º 0.45% 0.5% -
HSV(B) 235.3º 0.62% 0.73% -
XYZ 14.33 10.62 47.75 -
YUV 89.39 182.52 114.88 -
System Red Green Blue C M Y K H S L
Decimal 71 80 186 0.62 0.57 0 0.27 235.3 0.45 0.5
Hex 47 50 BA 3E 39 0 1B EB 2D 32
Octal 107 120 272 76 71 0 33 353 55 62
Binary 1000111 1010000 10111010 111110 111001 0 11011 11101011 101101 110010

Color Harmonies of #4750BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4750BA

Black with #4750BA

Text Example


Text Example

White with #4750BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4750BA; }

 p { color: rgb(71,80,186); }

 H1.HeaderClassName
 {
   color: #4750BA;
 }
 .AnyTagClassName
 {
   color: #4750BA;
 }
</style>

background-color css

<style>
 a { background-color: #4750BA; }

 a { background-color: rgb(71,80,186); }

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

border-color css

<style>
 span { border-color: #4750BA; }

 span { border-color: rgb(71,80,186); }

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