Html Css Color HEX #4768BA Free Speech Blue

📋 copy color: '#4768BA'

red 71 ◦ green 104 ◦ blue 186

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

Shades of Free Speech Blue #4768BA

Tints of Free Speech Blue #4768BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.52%

R = 19.67%
G = 28.81%
B = 51.52%

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

#4768BA (or 0x4768BA) is known color: Free Speech Blue. HEX triplet: 47, 68 and BA. RGB value is (71,104,186). Sum of RGB (Red+Green+Blue) = 71+104+186=361 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.67% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #4768BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4768BA is #B89745. Grayscale: #676767. Windows color (decimal): -12097350 or 12216391. OLE color: 12216391.

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

Color convert

RGB 71 104 186 -
CMYK 0.62 0.44 0 0.27
HSL 222.78º 0.45% 0.5% -
HSV(B) 222.78º 0.62% 0.73% -
XYZ 16.41 14.79 48.44 -
YUV 103.48 174.57 104.83 -
System Red Green Blue C M Y K H S L
Decimal 71 104 186 0.62 0.44 0 0.27 222.78 0.45 0.5
Hex 47 68 BA 3E 2C 0 1B DF 2D 32
Octal 107 150 272 76 54 0 33 337 55 62
Binary 1000111 1101000 10111010 111110 101100 0 11011 11011111 101101 110010

Color Harmonies of #4768BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4768BA

Black with #4768BA

Text Example


Text Example

White with #4768BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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