Html Css Color HEX #4669BA Free Speech Blue

📋 copy color: '#4669BA'

red 70 ◦ green 105 ◦ blue 186

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

Shades of Free Speech Blue #4669BA

Tints of Free Speech Blue #4669BA

RGB

 RED value IS 70 (27.73% from 255) = 19.39%

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

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

R = 19.39%
G = 29.09%
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

#4669BA (or 0x4669BA) is known color: Free Speech Blue. HEX triplet: 46, 69 and BA. RGB value is (70,105,186). Sum of RGB (Red+Green+Blue) = 70+105+186=361 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.39% from 361); Green value is 105 (41.41% from 255 or 29.09% 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 #4669BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4669BA is #B99645. Grayscale: #676767. Windows color (decimal): -12162630 or 12216646. OLE color: 12216646.

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

Color convert

RGB 70 105 186 -
CMYK 0.62 0.44 0 0.27
HSL 221.9º 0.46% 0.5% -
HSV(B) 221.9º 0.62% 0.73% -
XYZ 16.44 14.95 48.47 -
YUV 103.77 174.4 103.91 -
System Red Green Blue C M Y K H S L
Decimal 70 105 186 0.62 0.44 0 0.27 221.9 0.46 0.5
Hex 46 69 BA 3E 2C 0 1B DE 2E 32
Octal 106 151 272 76 54 0 33 336 56 62
Binary 1000110 1101001 10111010 111110 101100 0 11011 11011110 101110 110010

Color Harmonies of #4669BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4669BA

Black with #4669BA

Text Example


Text Example

White with #4669BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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