Html Css Color HEX #4769BC Free Speech Blue

📋 copy color: '#4769BC'

red 71 ◦ green 105 ◦ blue 188

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

Shades of Free Speech Blue #4769BC

Tints of Free Speech Blue #4769BC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.85%

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

R = 19.51%
G = 28.85%
B = 51.65%

CMYK

 C value IS 0.62

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4769BC (or 0x4769BC) is known color: Free Speech Blue. HEX triplet: 47, 69 and BC. RGB value is (71,105,188). Sum of RGB (Red+Green+Blue) = 71+105+188=364 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.51% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #4769BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4769BC is #B89643. Grayscale: #676767. Windows color (decimal): -12097092 or 12347719. OLE color: 12347719.

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

Color convert

RGB 71 105 188 -
CMYK 0.62 0.44 0 0.26
HSL 222.56º 0.47% 0.51% -
HSV(B) 222.56º 0.62% 0.74% -
XYZ 16.73 15.07 49.6 -
YUV 104.3 175.24 104.25 -
System Red Green Blue C M Y K H S L
Decimal 71 105 188 0.62 0.44 0 0.26 222.56 0.47 0.51
Hex 47 69 BC 3E 2C 0 1A DF 2F 33
Octal 107 151 274 76 54 0 32 337 57 63
Binary 1000111 1101001 10111100 111110 101100 0 11010 11011111 101111 110011

Color Harmonies of #4769BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4769BC

Black with #4769BC

Text Example


Text Example

White with #4769BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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