Html Css Color HEX #4764BA Free Speech Blue

📋 copy color: '#4764BA'

red 71 ◦ green 100 ◦ blue 186

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

Shades of Free Speech Blue #4764BA

Tints of Free Speech Blue #4764BA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.01%

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

R = 19.89%
G = 28.01%
B = 52.1%

CMYK

 C value IS 0.62

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4764BA (or 0x4764BA) is known color: Free Speech Blue. HEX triplet: 47, 64 and BA. RGB value is (71,100,186). Sum of RGB (Red+Green+Blue) = 71+100+186=357 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.89% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #4764BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4764BA is #B89B45. Grayscale: #646464. Windows color (decimal): -12098374 or 12215367. OLE color: 12215367.

HSL color Cylindrical-coordinate representation of color #4764BA: hue angle of 224.87º 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 #4764BA is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 100 186 -
CMYK 0.62 0.46 0 0.27
HSL 224.87º 0.45% 0.5% -
HSV(B) 224.87º 0.62% 0.73% -
XYZ 16.02 14 48.31 -
YUV 101.13 175.89 106.51 -
System Red Green Blue C M Y K H S L
Decimal 71 100 186 0.62 0.46 0 0.27 224.87 0.45 0.5
Hex 47 64 BA 3E 2E 0 1B E1 2D 32
Octal 107 144 272 76 56 0 33 341 55 62
Binary 1000111 1100100 10111010 111110 101110 0 11011 11100001 101101 110010

Color Harmonies of #4764BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4764BA

Black with #4764BA

Text Example


Text Example

White with #4764BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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