Html Css Color HEX #4769BA Free Speech Blue

📋 copy color: '#4769BA'

red 71 ◦ green 105 ◦ blue 186

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

Shades of Free Speech Blue #4769BA

Tints of Free Speech Blue #4769BA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.01%

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

R = 19.61%
G = 29.01%
B = 51.38%

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

#4769BA (or 0x4769BA) is known color: Free Speech Blue. HEX triplet: 47, 69 and BA. RGB value is (71,105,186). Sum of RGB (Red+Green+Blue) = 71+105+186=362 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.61% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #4769BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4769BA is #B89645. Grayscale: #676767. Windows color (decimal): -12097094 or 12216647. OLE color: 12216647.

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

Color convert

RGB 71 105 186 -
CMYK 0.62 0.44 0 0.27
HSL 222.26º 0.45% 0.5% -
HSV(B) 222.26º 0.62% 0.73% -
XYZ 16.51 14.99 48.48 -
YUV 104.07 174.24 104.41 -
System Red Green Blue C M Y K H S L
Decimal 71 105 186 0.62 0.44 0 0.27 222.26 0.45 0.5
Hex 47 69 BA 3E 2C 0 1B DE 2D 32
Octal 107 151 272 76 54 0 33 336 55 62
Binary 1000111 1101001 10111010 111110 101100 0 11011 11011110 101101 110010

Color Harmonies of #4769BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4769BA

Black with #4769BA

Text Example


Text Example

White with #4769BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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