Html Css Color HEX #4760BC Free Speech Blue

📋 copy color: '#4760BC'

red 71 ◦ green 96 ◦ blue 188

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

Shades of Free Speech Blue #4760BC

Tints of Free Speech Blue #4760BC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.04%

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

R = 20%
G = 27.04%
B = 52.96%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4760BC (or 0x4760BC) is known color: Free Speech Blue. HEX triplet: 47, 60 and BC. RGB value is (71,96,188). Sum of RGB (Red+Green+Blue) = 71+96+188=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #4760BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4760BC is #B89F43. Grayscale: #626262. Windows color (decimal): -12099396 or 12345415. OLE color: 12345415.

HSL color Cylindrical-coordinate representation of color #4760BC: hue angle of 227.18º 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 #4760BC is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 96 188 -
CMYK 0.62 0.49 0 0.26
HSL 227.18º 0.47% 0.51% -
HSV(B) 227.18º 0.62% 0.74% -
XYZ 15.86 13.34 49.32 -
YUV 99.01 178.22 108.02 -
System Red Green Blue C M Y K H S L
Decimal 71 96 188 0.62 0.49 0 0.26 227.18 0.47 0.51
Hex 47 60 BC 3E 31 0 1A E3 2F 33
Octal 107 140 274 76 61 0 32 343 57 63
Binary 1000111 1100000 10111100 111110 110001 0 11010 11100011 101111 110011

Color Harmonies of #4760BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4760BC

Black with #4760BC

Text Example


Text Example

White with #4760BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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