Html Css Color HEX #4766BC Free Speech Blue

📋 copy color: '#4766BC'

red 71 ◦ green 102 ◦ blue 188

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

Shades of Free Speech Blue #4766BC

Tints of Free Speech Blue #4766BC

RGB

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

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

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

R = 19.67%
G = 28.25%
B = 52.08%

CMYK

 C value IS 0.62

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4766BC (or 0x4766BC) is known color: Free Speech Blue. HEX triplet: 47, 66 and BC. RGB value is (71,102,188). Sum of RGB (Red+Green+Blue) = 71+102+188=361 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.67% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #4766BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4766BC is #B89943. Grayscale: #666666. Windows color (decimal): -12097860 or 12346951. OLE color: 12346951.

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

Color convert

RGB 71 102 188 -
CMYK 0.62 0.46 0 0.26
HSL 224.1º 0.47% 0.51% -
HSV(B) 224.1º 0.62% 0.74% -
XYZ 16.43 14.47 49.5 -
YUV 102.54 176.23 105.51 -
System Red Green Blue C M Y K H S L
Decimal 71 102 188 0.62 0.46 0 0.26 224.1 0.47 0.51
Hex 47 66 BC 3E 2E 0 1A E0 2F 33
Octal 107 146 274 76 56 0 32 340 57 63
Binary 1000111 1100110 10111100 111110 101110 0 11010 11100000 101111 110011

Color Harmonies of #4766BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4766BC

Black with #4766BC

Text Example


Text Example

White with #4766BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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