Html Css Color HEX #4740BC Free Speech Blue

📋 copy color: '#4740BC'

red 71 ◦ green 64 ◦ blue 188

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

Shades of Free Speech Blue #4740BC

Tints of Free Speech Blue #4740BC

RGB

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

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

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

R = 21.98%
G = 19.81%
B = 58.2%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4740BC (or 0x4740BC) is known color: Free Speech Blue. HEX triplet: 47, 40 and BC. RGB value is (71,64,188). Sum of RGB (Red+Green+Blue) = 71+64+188=323 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.98% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #4740BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4740BC is #B8BF43. Grayscale: #4F4F4F. Windows color (decimal): -12107588 or 12337223. OLE color: 12337223.

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

Color convert

RGB 71 64 188 -
CMYK 0.62 0.66 0 0.26
HSL 243.39º 0.49% 0.49% -
HSV(B) 243.39º 0.66% 0.74% -
XYZ 13.51 8.64 48.53 -
YUV 80.23 188.82 121.42 -
System Red Green Blue C M Y K H S L
Decimal 71 64 188 0.62 0.66 0 0.26 243.39 0.49 0.49
Hex 47 40 BC 3E 42 0 1A F3 31 31
Octal 107 100 274 76 102 0 32 363 61 61
Binary 1000111 1000000 10111100 111110 1000010 0 11010 11110011 110001 110001

Color Harmonies of #4740BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4740BC

Black with #4740BC

Text Example


Text Example

White with #4740BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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