Html Css Color HEX #4766BF Free Speech Blue

📋 copy color: '#4766BF'

red 71 ◦ green 102 ◦ blue 191

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

Shades of Free Speech Blue #4766BF

Tints of Free Speech Blue #4766BF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.02%

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

R = 19.51%
G = 28.02%
B = 52.47%

CMYK

 C value IS 0.63

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4766BF (or 0x4766BF) is known color: Free Speech Blue. HEX triplet: 47, 66 and BF. RGB value is (71,102,191). Sum of RGB (Red+Green+Blue) = 71+102+191=364 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.51% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 191 (75% from 255 or 52.47% from 364); Max value from RGB is 191 - color contains mainly: blue. Hex color #4766BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4766BF is #B89940. Grayscale: #666666. Windows color (decimal): -12097857 or 12543559. OLE color: 12543559.

HSL color Cylindrical-coordinate representation of color #4766BF: hue angle of 224.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 #4766BF is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 102 191 -
CMYK 0.63 0.47 0 0.25
HSL 224.5º 0.48% 0.51% -
HSV(B) 224.5º 0.63% 0.75% -
XYZ 16.75 14.6 51.23 -
YUV 102.88 177.73 105.26 -
System Red Green Blue C M Y K H S L
Decimal 71 102 191 0.63 0.47 0 0.25 224.5 0.48 0.51
Hex 47 66 BF 3F 2F 0 19 E0 30 33
Octal 107 146 277 77 57 0 31 340 60 63
Binary 1000111 1100110 10111111 111111 101111 0 11001 11100000 110000 110011

Color Harmonies of #4766BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4766BF

Black with #4766BF

Text Example


Text Example

White with #4766BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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