Html Css Color HEX #4763BA Free Speech Blue

📋 copy color: '#4763BA'

red 71 ◦ green 99 ◦ blue 186

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

Shades of Free Speech Blue #4763BA

Tints of Free Speech Blue #4763BA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.81%

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

R = 19.94%
G = 27.81%
B = 52.25%

CMYK

 C value IS 0.62

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4763BA (or 0x4763BA) is known color: Free Speech Blue. HEX triplet: 47, 63 and BA. RGB value is (71,99,186). Sum of RGB (Red+Green+Blue) = 71+99+186=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #4763BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4763BA is #B89C45. Grayscale: #646464. Windows color (decimal): -12098630 or 12215111. OLE color: 12215111.

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

Color convert

RGB 71 99 186 -
CMYK 0.62 0.47 0 0.27
HSL 225.39º 0.45% 0.5% -
HSV(B) 225.39º 0.62% 0.73% -
XYZ 15.92 13.81 48.28 -
YUV 100.55 176.22 106.93 -
System Red Green Blue C M Y K H S L
Decimal 71 99 186 0.62 0.47 0 0.27 225.39 0.45 0.5
Hex 47 63 BA 3E 2F 0 1B E1 2D 32
Octal 107 143 272 76 57 0 33 341 55 62
Binary 1000111 1100011 10111010 111110 101111 0 11011 11100001 101101 110010

Color Harmonies of #4763BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4763BA

Black with #4763BA

Text Example


Text Example

White with #4763BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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