Html Css Color HEX #4744BF Free Speech Blue

📋 copy color: '#4744BF'

red 71 ◦ green 68 ◦ blue 191

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

Shades of Free Speech Blue #4744BF

Tints of Free Speech Blue #4744BF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.61%

 BLUE value IS 191 (75% from 255) = 57.88%

R = 21.52%
G = 20.61%
B = 57.88%

CMYK

 C value IS 0.63

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4744BF (or 0x4744BF) is known color: Free Speech Blue. HEX triplet: 47, 44 and BF. RGB value is (71,68,191). Sum of RGB (Red+Green+Blue) = 71+68+191=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 191 (75% from 255 or 57.88% from 330); Max value from RGB is 191 - color contains mainly: blue. Hex color #4744BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4744BF is #B8BB40. Grayscale: #525252. Windows color (decimal): -12106561 or 12534855. OLE color: 12534855.

HSL color Cylindrical-coordinate representation of color #4744BF: hue angle of 241.46º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4744BF is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 68 191 -
CMYK 0.63 0.64 0 0.25
HSL 241.46º 0.49% 0.51% -
HSV(B) 241.46º 0.64% 0.75% -
XYZ 14.07 9.24 50.33 -
YUV 82.92 188.99 119.5 -
System Red Green Blue C M Y K H S L
Decimal 71 68 191 0.63 0.64 0 0.25 241.46 0.49 0.51
Hex 47 44 BF 3F 40 0 19 F1 31 33
Octal 107 104 277 77 100 0 31 361 61 63
Binary 1000111 1000100 10111111 111111 1000000 0 11001 11110001 110001 110011

Color Harmonies of #4744BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4744BF

Black with #4744BF

Text Example


Text Example

White with #4744BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4744BF; }

 p { color: rgb(71,68,191); }

 H1.HeaderClassName
 {
   color: #4744BF;
 }
 .AnyTagClassName
 {
   color: #4744BF;
 }
</style>

background-color css

<style>
 a { background-color: #4744BF; }

 a { background-color: rgb(71,68,191); }

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

border-color css

<style>
 span { border-color: #4744BF; }

 span { border-color: rgb(71,68,191); }

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