Html Css Color HEX #4666BE Free Speech Blue

📋 copy color: '#4666BE'

red 70 ◦ green 102 ◦ blue 190

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

Shades of Free Speech Blue #4666BE

Tints of Free Speech Blue #4666BE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.18%

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

R = 19.34%
G = 28.18%
B = 52.49%

CMYK

 C value IS 0.63

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4666BE (or 0x4666BE) is known color: Free Speech Blue. HEX triplet: 46, 66 and BE. RGB value is (70,102,190). Sum of RGB (Red+Green+Blue) = 70+102+190=362 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.34% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #4666BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4666BE is #B99941. Grayscale: #666666. Windows color (decimal): -12163394 or 12478022. OLE color: 12478022.

HSL color Cylindrical-coordinate representation of color #4666BE: hue angle of 224º 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 #4666BE is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 102 190 -
CMYK 0.63 0.46 0 0.25
HSL 224º 0.48% 0.51% -
HSV(B) 224º 0.63% 0.75% -
XYZ 16.57 14.52 50.64 -
YUV 102.46 177.4 104.84 -
System Red Green Blue C M Y K H S L
Decimal 70 102 190 0.63 0.46 0 0.25 224 0.48 0.51
Hex 46 66 BE 3F 2E 0 19 E0 30 33
Octal 106 146 276 77 56 0 31 340 60 63
Binary 1000110 1100110 10111110 111111 101110 0 11001 11100000 110000 110011

Color Harmonies of #4666BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4666BE

Black with #4666BE

Text Example


Text Example

White with #4666BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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