Html Css Color HEX #4748BF Free Speech Blue

📋 copy color: '#4748BF'

red 71 ◦ green 72 ◦ blue 191

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

Shades of Free Speech Blue #4748BF

Tints of Free Speech Blue #4748BF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.56%

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

R = 21.26%
G = 21.56%
B = 57.19%

CMYK

 C value IS 0.63

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4748BF (or 0x4748BF) is known color: Free Speech Blue. HEX triplet: 47, 48 and BF. RGB value is (71,72,191). Sum of RGB (Red+Green+Blue) = 71+72+191=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #4748BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4748BF is #B8B740. Grayscale: #545454. Windows color (decimal): -12105537 or 12535879. OLE color: 12535879.

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

Color convert

RGB 71 72 191 -
CMYK 0.63 0.62 0 0.25
HSL 239.5º 0.48% 0.51% -
HSV(B) 239.5º 0.63% 0.75% -
XYZ 14.32 9.74 50.41 -
YUV 85.27 187.67 117.82 -
System Red Green Blue C M Y K H S L
Decimal 71 72 191 0.63 0.62 0 0.25 239.5 0.48 0.51
Hex 47 48 BF 3F 3E 0 19 F0 30 33
Octal 107 110 277 77 76 0 31 360 60 63
Binary 1000111 1001000 10111111 111111 111110 0 11001 11110000 110000 110011

Color Harmonies of #4748BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4748BF

Black with #4748BF

Text Example


Text Example

White with #4748BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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