Html Css Color HEX #4740BA Free Speech Blue

📋 copy color: '#4740BA'

red 71 ◦ green 64 ◦ blue 186

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

Shades of Free Speech Blue #4740BA

Tints of Free Speech Blue #4740BA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.94%

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

R = 22.12%
G = 19.94%
B = 57.94%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4740BA (or 0x4740BA) is known color: Free Speech Blue. HEX triplet: 47, 40 and BA. RGB value is (71,64,186). Sum of RGB (Red+Green+Blue) = 71+64+186=321 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.12% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #4740BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4740BA is #B8BF45. Grayscale: #4F4F4F. Windows color (decimal): -12107590 or 12206151. OLE color: 12206151.

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

Color convert

RGB 71 64 186 -
CMYK 0.62 0.66 0 0.27
HSL 243.44º 0.49% 0.49% -
HSV(B) 243.44º 0.66% 0.73% -
XYZ 13.29 8.55 47.4 -
YUV 80 187.82 121.58 -
System Red Green Blue C M Y K H S L
Decimal 71 64 186 0.62 0.66 0 0.27 243.44 0.49 0.49
Hex 47 40 BA 3E 42 0 1B F3 31 31
Octal 107 100 272 76 102 0 33 363 61 61
Binary 1000111 1000000 10111010 111110 1000010 0 11011 11110011 110001 110001

Color Harmonies of #4740BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4740BA

Black with #4740BA

Text Example


Text Example

White with #4740BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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