Html Css Color HEX #4761BC Free Speech Blue

📋 copy color: '#4761BC'

red 71 ◦ green 97 ◦ blue 188

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

Shades of Free Speech Blue #4761BC

Tints of Free Speech Blue #4761BC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.25%

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

R = 19.94%
G = 27.25%
B = 52.81%

CMYK

 C value IS 0.62

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4761BC (or 0x4761BC) is known color: Free Speech Blue. HEX triplet: 47, 61 and BC. RGB value is (71,97,188). Sum of RGB (Red+Green+Blue) = 71+97+188=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #4761BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4761BC is #B89E43. Grayscale: #636363. Windows color (decimal): -12099140 or 12345671. OLE color: 12345671.

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

Color convert

RGB 71 97 188 -
CMYK 0.62 0.48 0 0.26
HSL 226.67º 0.47% 0.51% -
HSV(B) 226.67º 0.62% 0.74% -
XYZ 15.95 13.52 49.35 -
YUV 99.6 177.89 107.6 -
System Red Green Blue C M Y K H S L
Decimal 71 97 188 0.62 0.48 0 0.26 226.67 0.47 0.51
Hex 47 61 BC 3E 30 0 1A E3 2F 33
Octal 107 141 274 76 60 0 32 343 57 63
Binary 1000111 1100001 10111100 111110 110000 0 11010 11100011 101111 110011

Color Harmonies of #4761BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4761BC

Black with #4761BC

Text Example


Text Example

White with #4761BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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