Html Css Color HEX #4668BE Free Speech Blue

📋 copy color: '#4668BE'

red 70 ◦ green 104 ◦ blue 190

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

Shades of Free Speech Blue #4668BE

Tints of Free Speech Blue #4668BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.2%

R = 19.23%
G = 28.57%
B = 52.2%

CMYK

 C value IS 0.63

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4668BE (or 0x4668BE) is known color: Free Speech Blue. HEX triplet: 46, 68 and BE. RGB value is (70,104,190). Sum of RGB (Red+Green+Blue) = 70+104+190=364 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.23% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #4668BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4668BE is #B99741. Grayscale: #676767. Windows color (decimal): -12162882 or 12478534. OLE color: 12478534.

HSL color Cylindrical-coordinate representation of color #4668BE: hue angle of 223º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4668BE is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 104 190 -
CMYK 0.63 0.45 0 0.25
HSL 223º 0.48% 0.51% -
HSV(B) 223º 0.63% 0.75% -
XYZ 16.77 14.92 50.71 -
YUV 103.64 176.74 104.01 -
System Red Green Blue C M Y K H S L
Decimal 70 104 190 0.63 0.45 0 0.25 223 0.48 0.51
Hex 46 68 BE 3F 2D 0 19 DF 30 33
Octal 106 150 276 77 55 0 31 337 60 63
Binary 1000110 1101000 10111110 111111 101101 0 11001 11011111 110000 110011

Color Harmonies of #4668BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4668BE

Black with #4668BE

Text Example


Text Example

White with #4668BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4668BE; }

 p { color: rgb(70,104,190); }

 H1.HeaderClassName
 {
   color: #4668BE;
 }
 .AnyTagClassName
 {
   color: #4668BE;
 }
</style>

background-color css

<style>
 a { background-color: #4668BE; }

 a { background-color: rgb(70,104,190); }

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

border-color css

<style>
 span { border-color: #4668BE; }

 span { border-color: rgb(70,104,190); }

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