Html Css Color HEX #4768BB Free Speech Blue

📋 copy color: '#4768BB'

red 71 ◦ green 104 ◦ blue 187

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

Shades of Free Speech Blue #4768BB

Tints of Free Speech Blue #4768BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.66%

R = 19.61%
G = 28.73%
B = 51.66%

CMYK

 C value IS 0.62

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4768BB (or 0x4768BB) is known color: Free Speech Blue. HEX triplet: 47, 68 and BB. RGB value is (71,104,187). Sum of RGB (Red+Green+Blue) = 71+104+187=362 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.61% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #4768BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4768BB is #B89744. Grayscale: #676767. Windows color (decimal): -12097349 or 12281927. OLE color: 12281927.

HSL color Cylindrical-coordinate representation of color #4768BB: hue angle of 222.93º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4768BB is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 104 187 -
CMYK 0.62 0.44 0 0.27
HSL 222.93º 0.46% 0.51% -
HSV(B) 222.93º 0.62% 0.73% -
XYZ 16.52 14.83 49.01 -
YUV 103.6 175.07 104.75 -
System Red Green Blue C M Y K H S L
Decimal 71 104 187 0.62 0.44 0 0.27 222.93 0.46 0.51
Hex 47 68 BB 3E 2C 0 1B DF 2E 33
Octal 107 150 273 76 54 0 33 337 56 63
Binary 1000111 1101000 10111011 111110 101100 0 11011 11011111 101110 110011

Color Harmonies of #4768BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4768BB

Black with #4768BB

Text Example


Text Example

White with #4768BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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