Html Css Color HEX #4768BE Free Speech Blue

📋 copy color: '#4768BE'

red 71 ◦ green 104 ◦ blue 190

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

Shades of Free Speech Blue #4768BE

Tints of Free Speech Blue #4768BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.05%

R = 19.45%
G = 28.49%
B = 52.05%

CMYK

 C value IS 0.63

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4768BE (or 0x4768BE) is known color: Free Speech Blue. HEX triplet: 47, 68 and BE. RGB value is (71,104,190). Sum of RGB (Red+Green+Blue) = 71+104+190=365 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.45% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #4768BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4768BE is #B89741. Grayscale: #676767. Windows color (decimal): -12097346 or 12478535. OLE color: 12478535.

HSL color Cylindrical-coordinate representation of color #4768BE: hue angle of 223.36º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4768BE is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 104 190 -
CMYK 0.63 0.45 0 0.25
HSL 223.36º 0.48% 0.51% -
HSV(B) 223.36º 0.63% 0.75% -
XYZ 16.84 14.96 50.71 -
YUV 103.94 176.57 104.51 -
System Red Green Blue C M Y K H S L
Decimal 71 104 190 0.63 0.45 0 0.25 223.36 0.48 0.51
Hex 47 68 BE 3F 2D 0 19 DF 30 33
Octal 107 150 276 77 55 0 31 337 60 63
Binary 1000111 1101000 10111110 111111 101101 0 11001 11011111 110000 110011

Color Harmonies of #4768BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4768BE

Black with #4768BE

Text Example


Text Example

White with #4768BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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