Html Css Color HEX #4966BE Free Speech Blue

📋 copy color: '#4966BE'

red 73 ◦ green 102 ◦ blue 190

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

Shades of Free Speech Blue #4966BE

Tints of Free Speech Blue #4966BE

RGB

 RED value IS 73 (28.91% from 255) = 20%

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

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

R = 20%
G = 27.95%
B = 52.05%

CMYK

 C value IS 0.62

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4966BE (or 0x4966BE) is known color: Free Speech Blue. HEX triplet: 49, 66 and BE. RGB value is (73,102,190). Sum of RGB (Red+Green+Blue) = 73+102+190=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #4966BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4966BE is #B69941. Grayscale: #666666. Windows color (decimal): -11966786 or 12478025. OLE color: 12478025.

HSL color Cylindrical-coordinate representation of color #4966BE: hue angle of 225.13º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4966BE is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 102 190 -
CMYK 0.62 0.46 0 0.25
HSL 225.13º 0.47% 0.52% -
HSV(B) 225.13º 0.62% 0.75% -
XYZ 16.79 14.64 50.66 -
YUV 103.36 176.89 106.34 -
System Red Green Blue C M Y K H S L
Decimal 73 102 190 0.62 0.46 0 0.25 225.13 0.47 0.52
Hex 49 66 BE 3E 2E 0 19 E1 2F 34
Octal 111 146 276 76 56 0 31 341 57 64
Binary 1001001 1100110 10111110 111110 101110 0 11001 11100001 101111 110100

Color Harmonies of #4966BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4966BE

Black with #4966BE

Text Example


Text Example

White with #4966BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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