Html Css Color HEX #4768BC Free Speech Blue

📋 copy color: '#4768BC'

red 71 ◦ green 104 ◦ blue 188

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

Shades of Free Speech Blue #4768BC

Tints of Free Speech Blue #4768BC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.65%

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

R = 19.56%
G = 28.65%
B = 51.79%

CMYK

 C value IS 0.62

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4768BC (or 0x4768BC) is known color: Free Speech Blue. HEX triplet: 47, 68 and BC. RGB value is (71,104,188). Sum of RGB (Red+Green+Blue) = 71+104+188=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #4768BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4768BC is #B89743. Grayscale: #676767. Windows color (decimal): -12097348 or 12347463. OLE color: 12347463.

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

Color convert

RGB 71 104 188 -
CMYK 0.62 0.45 0 0.26
HSL 223.08º 0.47% 0.51% -
HSV(B) 223.08º 0.62% 0.74% -
XYZ 16.63 14.87 49.57 -
YUV 103.71 175.57 104.67 -
System Red Green Blue C M Y K H S L
Decimal 71 104 188 0.62 0.45 0 0.26 223.08 0.47 0.51
Hex 47 68 BC 3E 2D 0 1A DF 2F 33
Octal 107 150 274 76 55 0 32 337 57 63
Binary 1000111 1101000 10111100 111110 101101 0 11010 11011111 101111 110011

Color Harmonies of #4768BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4768BC

Black with #4768BC

Text Example


Text Example

White with #4768BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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